You are here

public function ConfigEntityRevisionsConfigEntityInterface::getContentEntityId in Config Entity Revisions 8.2

Get from the configEntity the ID of the matching content entity.

Return value

int|null The ID (if any) of the matching content entity.

File

src/ConfigEntityRevisionsConfigEntityInterface.php, line 135

Class

ConfigEntityRevisionsConfigEntityInterface
ConfigEntityRevisionsConfigEntityInterface.

Namespace

Drupal\config_entity_revisions

Code

public function getContentEntityId();