function RevisionableInterface::getLoadedRevisionId

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/RevisionableInterface.php \Drupal\Core\Entity\RevisionableInterface::getLoadedRevisionId()
  2. 8.9.x core/lib/Drupal/Core/Entity/RevisionableInterface.php \Drupal\Core\Entity\RevisionableInterface::getLoadedRevisionId()
  3. 10 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.

File

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

Class

RevisionableInterface
Provides methods for an entity to support revisions.

Namespace

Drupal\Core\Entity

Code

public function getLoadedRevisionId();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.