EntityInterface::getConfigDependencyKey

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();
doc_Drupal
2016-10-29 09:06:40
Comments
Leave a Comment

Please login to continue.