You are here

public function ConfigEntityRevisionsInterface::setContentEntityID in Config Entity Revisions 1.x

Same name and namespace in other branches
  1. 8 src/ConfigEntityRevisionsInterface.php \Drupal\config_entity_revisions\ConfigEntityRevisionsInterface::setContentEntityID()

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

Parameters

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

2 methods override ConfigEntityRevisionsInterface::setContentEntityID()
ViewsRevisions::setContentEntityID in modules/views_revisions/src/Entity/ViewsRevisions.php
Set in the configEntity an identifier for the matching content entity.
WebformRevisions::setContentEntityID in modules/webform_revisions/src/Entity/WebformRevisions.php
Set in the configEntity an identifier for the matching content entity.

File

src/ConfigEntityRevisionsInterface.php, line 101

Class

ConfigEntityRevisionsInterface
ConfigEntityRevisionsInterface.

Namespace

Drupal\config_entity_revisions

Code

public function setContentEntityID($contentEntityID);