function ContentEntityType::getConfigDependencyKey
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/ContentEntityType.php \Drupal\Core\Entity\ContentEntityType::getConfigDependencyKey()
- 10 core/lib/Drupal/Core/Entity/ContentEntityType.php \Drupal\Core\Entity\ContentEntityType::getConfigDependencyKey()
- 11.x core/lib/Drupal/Core/Entity/ContentEntityType.php \Drupal\Core\Entity\ContentEntityType::getConfigDependencyKey()
Overrides EntityType::getConfigDependencyKey
File
-
core/
lib/ Drupal/ Core/ Entity/ ContentEntityType.php, line 36
Class
- ContentEntityType
- Provides an implementation of a content entity type and its metadata.
Namespace
Drupal\Core\EntityCode
public function getConfigDependencyKey() {
return 'content';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.