You are here

public function ConfigEntityRevisionsConfigEntityInterface::setContentEntityId in Config Entity Revisions 8.2

Set in the configEntity an identifier for the matching content entity.

Parameters

mixed $contentEntityID: The ID used to match the content entity.

File

src/ConfigEntityRevisionsConfigEntityInterface.php, line 127

Class

ConfigEntityRevisionsConfigEntityInterface
ConfigEntityRevisionsConfigEntityInterface.

Namespace

Drupal\config_entity_revisions

Code

public function setContentEntityId($contentEntityID);