function RevisionableInterface::getLoadedRevisionId
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/RevisionableInterface.php \Drupal\Core\Entity\RevisionableInterface::getLoadedRevisionId()
- 10 core/lib/Drupal/Core/Entity/RevisionableInterface.php \Drupal\Core\Entity\RevisionableInterface::getLoadedRevisionId()
- 11.x 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\EntityCode
public function getLoadedRevisionId();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.