public function EntityInterface::getConfigDependencyKey in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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()
- Entity::getConfigDependencyKey in core/
lib/ Drupal/ Core/ Entity/ Entity.php - Gets the key that is used to store configuration dependencies.
- ViewUI::getConfigDependencyKey in core/
modules/ views_ui/ src/ ViewUI.php - Gets the key that is used to store configuration dependencies.
File
- core/
lib/ Drupal/ Core/ Entity/ EntityInterface.php, line 473 - Contains \Drupal\Core\Entity\EntityInterface.
Class
- EntityInterface
- Defines a common interface for all entity objects.
Namespace
Drupal\Core\EntityCode
public function getConfigDependencyKey();