public function WebformRevisions::setContentEntityID in Config Entity Revisions 1.x
Same name and namespace in other branches
- 8 modules/webform_revisions/src/Entity/WebformRevisions.php \Drupal\webform_revisions\Entity\WebformRevisions::setContentEntityID()
Set in the configEntity an identifier for the matching content entity.
Parameters
mixed $contentEntityID: The ID used to match the content entity.
Overrides ConfigEntityRevisionsInterface::setContentEntityID
File
- modules/
webform_revisions/ src/ Entity/ WebformRevisions.php, line 41
Class
Namespace
Drupal\webform_revisions\EntityCode
public function setContentEntityID($contentEntityID) {
$this
->setThirdPartySetting('webform_revisions', 'contentEntity_id', $contentEntityID);
}