function EntityInterface::getConfigDependencyKey
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/EntityInterface.php \Drupal\Core\Entity\EntityInterface::getConfigDependencyKey()
- 10 core/lib/Drupal/Core/Entity/EntityInterface.php \Drupal\Core\Entity\EntityInterface::getConfigDependencyKey()
- 11.x core/lib/Drupal/Core/Entity/EntityInterface.php \Drupal\Core\Entity\EntityInterface::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.
See also
\Drupal\Core\Entity\EntityTypeInterface::getConfigDependencyKey()
2 methods override EntityInterface::getConfigDependencyKey()
- EntityBase::getConfigDependencyKey in core/
lib/ Drupal/ Core/ Entity/ EntityBase.php - ViewUI::getConfigDependencyKey in core/
modules/ views_ui/ src/ ViewUI.php
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityInterface.php, line 418
Class
- EntityInterface
- Defines a common interface for all entity objects.
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.