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'; }
Please login to continue.