public function ConfigEntityRevisionsInterface::setContentEntityID in Config Entity Revisions 8
Same name and namespace in other branches
- 1.x 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_revisionsCode
public function setContentEntityID($contentEntityID);