function EntityTypeInterface::getConfigDependencyKey
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getConfigDependencyKey()
- 10 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getConfigDependencyKey()
- 11.x core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getConfigDependencyKey()
Gets the key that is used to store configuration dependencies.
Return value
string The key to be used in configuration dependencies when storing dependencies on entities of this type.
1 method overrides EntityTypeInterface::getConfigDependencyKey()
- EntityType::getConfigDependencyKey in core/
lib/ Drupal/ Core/ Entity/ EntityType.php - Gets the key that is used to store configuration dependencies.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityTypeInterface.php, line 799
Class
- EntityTypeInterface
- Provides an interface for an entity type and its metadata.
Namespace
Drupal\Core\EntityCode
public function getConfigDependencyKey();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.