You are here

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

Same name and namespace in other branches
  1. 8 src/ConfigEntityRevisionsInterface.php \Drupal\config_entity_revisions\ConfigEntityRevisionsInterface::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.

2 methods override ConfigEntityRevisionsInterface::getContentEntityID()
ViewsRevisions::getContentEntityID in modules/views_revisions/src/Entity/ViewsRevisions.php
Get from the configEntity the ID of the matching content entity.
WebformRevisions::getContentEntityID in modules/webform_revisions/src/Entity/WebformRevisions.php
Get from the configEntity the ID of the matching content entity.

File

src/ConfigEntityRevisionsInterface.php, line 109

Class

ConfigEntityRevisionsInterface
ConfigEntityRevisionsInterface.

Namespace

Drupal\config_entity_revisions

Code

public function getContentEntityID();