function ContentEntityType::getConfigDependencyKey
Overrides EntityType::getConfigDependencyKey
File
-
core/
lib/ Drupal/ Core/ Entity/ ContentEntityType.php, line 57
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.