You are here

public function RevisionableInterface::getLoadedRevisionId in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/RevisionableInterface.php \Drupal\Core\Entity\RevisionableInterface::getLoadedRevisionId()

Gets the loaded Revision ID of the entity.

Return value

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

1 method overrides RevisionableInterface::getLoadedRevisionId()
ContentEntityBase::getLoadedRevisionId in core/lib/Drupal/Core/Entity/ContentEntityBase.php
Gets the loaded Revision ID of the entity.

File

core/lib/Drupal/Core/Entity/RevisionableInterface.php, line 64

Class

RevisionableInterface
Provides methods for an entity to support revisions.

Namespace

Drupal\Core\Entity

Code

public function getLoadedRevisionId();