function RevisionableInterface::getRevisionId
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/RevisionableInterface.php \Drupal\Core\Entity\RevisionableInterface::getRevisionId()
- 8.9.x core/lib/Drupal/Core/Entity/RevisionableInterface.php \Drupal\Core\Entity\RevisionableInterface::getRevisionId()
- 10 core/lib/Drupal/Core/Entity/RevisionableInterface.php \Drupal\Core\Entity\RevisionableInterface::getRevisionId()
Gets the revision identifier of the entity.
Return value
int|null|string The revision identifier of the entity, or NULL if the entity does not have a revision identifier.
1 method overrides RevisionableInterface::getRevisionId()
- RevisionableEntity::getRevisionId in core/
tests/ Drupal/ Tests/ Core/ Entity/ EntityUrlTest.php - Gets the revision identifier of the entity.
File
-
core/
lib/ Drupal/ Core/ Entity/ RevisionableInterface.php, line 57
Class
- RevisionableInterface
- Provides methods for an entity to support revisions.
Namespace
Drupal\Core\EntityCode
public function getRevisionId();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.