You are here

public function ConfigEntityRevisionsConfigEntityTrait::moduleName in Config Entity Revisions 8.2

The module implementing config entity revisions.

Return value

string The name of the module implementing the API.

2 calls to ConfigEntityRevisionsConfigEntityTrait::moduleName()
ConfigEntityRevisionsConfigEntityTrait::getContentEntityId in src/ConfigEntityRevisionsConfigEntityTrait.php
Get from the configEntity the ID of the matching content entity.
ConfigEntityRevisionsConfigEntityTrait::setContentEntityId in src/ConfigEntityRevisionsConfigEntityTrait.php
Set in the configEntity an identifier for the matching content entity.

File

src/ConfigEntityRevisionsConfigEntityTrait.php, line 100

Class

ConfigEntityRevisionsConfigEntityTrait
Trait ConfigEntityRevisionsConfigEntityTrait.

Namespace

Drupal\config_entity_revisions

Code

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