interface ConfigTestInterface in Drupal 10
Same name and namespace in other branches
- 8 core/modules/config/tests/config_test/src/ConfigTestInterface.php \Drupal\config_test\ConfigTestInterface
- 9 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\Entity\EntityInterface; interface \Drupal\Core\Config\Entity\ThirdPartySettingsInterface; interface \Drupal\Core\Entity\SynchronizableInterface
- interface \Drupal\Core\Config\Entity\ConfigEntityInterface
- interface \Drupal\config_test\ConfigTestInterface
- interface \Drupal\Core\Config\Entity\ConfigEntityInterface
Expanded class hierarchy of ConfigTestInterface
All classes that implement ConfigTestInterface
File
- core/
modules/ config/ tests/ config_test/ src/ ConfigTestInterface.php, line 10
Namespace
Drupal\config_testView source
interface ConfigTestInterface extends ConfigEntityInterface {
}