ContentEntityType::getConfigDependencyKey

public ContentEntityType::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.

Overrides EntityType::getConfigDependencyKey

File

core/lib/Drupal/Core/Entity/ContentEntityType.php, line 24

Class

ContentEntityType
Provides an implementation of a content entity type and its metadata.

Namespace

Drupal\Core\Entity

Code

public function getConfigDependencyKey() {
  return 'content';
}
doc_Drupal
2016-10-29 08:57:43
Comments
Leave a Comment

Please login to continue.