interface ConfigTestInterface

Same name and namespace in other branches
  1. 9 core/modules/config/tests/config_test/src/ConfigTestInterface.php \Drupal\config_test\ConfigTestInterface
  2. 10 core/modules/config/tests/config_test/src/ConfigTestInterface.php \Drupal\config_test\ConfigTestInterface
  3. 11.x 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

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 10

Namespace

Drupal\config_test
View source
interface ConfigTestInterface extends ConfigEntityInterface {

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.