public function ConfigEntityRevisionsConfigEntityTrait::title in Config Entity Revisions 8.2
The human readable title for this entity.
Return value
string The proper name (displayed to the user) of the module implementing the API.
File
- src/
ConfigEntityRevisionsConfigEntityTrait.php, line 151
Class
- ConfigEntityRevisionsConfigEntityTrait
- Trait ConfigEntityRevisionsConfigEntityTrait.
Namespace
Drupal\config_entity_revisionsCode
public function title() {
return $this->constants['title'];
}