interface ConfigTestInterface
Same name in other branches
- 9 core/modules/config/tests/config_test/src/ConfigTestInterface.php \Drupal\config_test\ConfigTestInterface
- 8.9.x core/modules/config/tests/config_test/src/ConfigTestInterface.php \Drupal\config_test\ConfigTestInterface
- 10 core/modules/config/tests/config_test/src/ConfigTestInterface.php \Drupal\config_test\ConfigTestInterface
Provides an interface defining a config_test entity.
Hierarchy
- interface \Drupal\Core\Config\Entity\ThirdPartySettingsInterface; interface \Drupal\Core\Entity\EntityInterface extends \Drupal\Core\Access\AccessibleInterface \Drupal\Core\Cache\CacheableDependencyInterface \Drupal\Core\Cache\RefinableCacheableDependencyInterface; interface \Drupal\Core\Entity\SynchronizableInterface extends \Drupal\Core\Entity\EntityInterface
- interface \Drupal\Core\Config\Entity\ConfigEntityInterface extends \Drupal\Core\Entity\EntityInterface \Drupal\Core\Config\Entity\ThirdPartySettingsInterface \Drupal\Core\Entity\SynchronizableInterface
- interface \Drupal\config_test\ConfigTestInterface extends \Drupal\Core\Config\Entity\ConfigEntityInterface
- interface \Drupal\Core\Config\Entity\ConfigEntityInterface extends \Drupal\Core\Entity\EntityInterface \Drupal\Core\Config\Entity\ThirdPartySettingsInterface \Drupal\Core\Entity\SynchronizableInterface
Expanded class hierarchy of ConfigTestInterface
All classes that implement ConfigTestInterface
1 file declares its use of ConfigTestInterface
- ConfigTest.php in core/
modules/ config/ tests/ config_test/ src/ Entity/ ConfigTest.php
File
-
core/
modules/ config/ tests/ config_test/ src/ ConfigTestInterface.php, line 12
Namespace
Drupal\config_testView source
interface ConfigTestInterface extends ConfigEntityInterface {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.