You are here

public function ConfigEntityRevisionsConfigEntityTrait::contentParameterName in Config Entity Revisions 8.2

Get the name of the parameter for this content.

Return value

string The name of the parameter used for this content.

File

src/ConfigEntityRevisionsConfigEntityTrait.php, line 183

Class

ConfigEntityRevisionsConfigEntityTrait
Trait ConfigEntityRevisionsConfigEntityTrait.

Namespace

Drupal\config_entity_revisions

Code

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