You are here

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

Same name and namespace in other branches
  1. 8 src/ConfigEntityRevisionsInterface.php \Drupal\config_entity_revisions\ConfigEntityRevisionsInterface::getRevisionId()

Gets the revision identifier of the entity.

Return value

int The revision identifier of the entity, or NULL if the entity does not have a revision identifier.

File

src/ConfigEntityRevisionsInterface.php, line 129

Class

ConfigEntityRevisionsInterface
ConfigEntityRevisionsInterface.

Namespace

Drupal\config_entity_revisions

Code

public function getRevisionId();