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