public function ViewsRevisions::getContentEntityID in Config Entity Revisions 1.x
Same name and namespace in other branches
- 8 modules/views_revisions/src/Entity/ViewsRevisions.php \Drupal\views_revisions\Entity\ViewsRevisions::getContentEntityID()
Get from the configEntity the ID of the matching content entity.
Return value
int|null The ID (if any) of the matching content entity.
Overrides ConfigEntityRevisionsInterface::getContentEntityID
File
- modules/
views_revisions/ src/ Entity/ ViewsRevisions.php, line 65
Class
Namespace
Drupal\views_revisions\EntityCode
public function getContentEntityID() {
return $this
->getThirdPartySetting('views_revisions', 'contentEntity_id');
}