public function ConfigEntityRevisionsConfigEntityTrait::contentEntityType in Config Entity Revisions 8.2
The name of the content entity type.
Return value
string The name of the content entities that the config entity has.
File
- src/
ConfigEntityRevisionsConfigEntityTrait.php, line 173
Class
- ConfigEntityRevisionsConfigEntityTrait
- Trait ConfigEntityRevisionsConfigEntityTrait.
Namespace
Drupal\config_entity_revisionsCode
public function contentEntityType() {
return $this->constants['content_entity_type'];
}