Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getConfigDependencyKey()
  2. 9 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 730

Class

EntityTypeInterface
Provides an interface for an entity type and its metadata.

Namespace

Drupal\Core\Entity

Code

public function getConfigDependencyKey();