public function ConfigEntityRevisionsStorageTrait::title in Config Entity Revisions 8
Same name and namespace in other branches
- 1.x src/ConfigEntityRevisionsStorageTrait.php \Drupal\config_entity_revisions\ConfigEntityRevisionsStorageTrait::title()
Return value
string The proper name (displayed to the user) of the module implementing the API.
File
- src/
ConfigEntityRevisionsStorageTrait.php, line 48
Class
- ConfigEntityRevisionsStorageTrait
- Defines a trait for modules to use in creating a revisioned config entity.
Namespace
Drupal\config_entity_revisionsCode
public function title() {
return $this->constants['title'];
}