public function RevisionableInterface::getRevisionId in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Entity/RevisionableInterface.php \Drupal\Core\Entity\RevisionableInterface::getRevisionId()
Gets the revision identifier of the entity.
Return value
The revision identifier of the entity, or NULL if the entity does not have a revision identifier.
1 method overrides RevisionableInterface::getRevisionId()
- ContentEntityBase::getRevisionId in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Gets the revision identifier of the entity.
File
- core/
lib/ Drupal/ Core/ Entity/ RevisionableInterface.php, line 45 - Contains \Drupal\Core\Entity\RevisionableInterface.
Class
- RevisionableInterface
- Provides methods for an entity to support revisions.
Namespace
Drupal\Core\EntityCode
public function getRevisionId();