You are here

public function ConfigEntityRevisionsStorageTrait::title in Config Entity Revisions 1.x

Same name and namespace in other branches
  1. 8 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_revisions

Code

public function title() {
  return $this->constants['title'];
}