public 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()
File
- core/lib/Drupal/Core/Entity/EntityInterface.php, line 478
Class
- EntityInterface
- Defines a common interface for all entity objects.
Namespace
Drupal\Core\Entity
Code
public function getConfigDependencyKey();
Please login to continue.