Version 1
[yaffs-website] / web / core / modules / config / tests / config_test / src / ConfigTestInterface.php
1 <?php
2
3 namespace Drupal\config_test;
4
5 use Drupal\Core\Config\Entity\ConfigEntityInterface;
6
7 /**
8  * Provides an interface defining a config_test entity.
9  */
10 interface ConfigTestInterface extends ConfigEntityInterface {
11
12 }