public function EntityInterface::getRevisionId

Returns 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.

2 methods override EntityInterface::getRevisionId()
Entity::getRevisionId in drupal/core/lib/Drupal/Core/Entity/Entity.php
Implements Drupal\Core\Entity\EntityInterface::getRevisionId().
ViewUI::getRevisionId in drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php
Implements \Drupal\Core\Entity\EntityInterface::getRevisionId().

File

drupal/core/lib/Drupal/Core/Entity/EntityInterface.php, line 171
Definition of Drupal\Core\Entity\EntityInterface.

Class

EntityInterface
Defines a common interface for all entity objects.

Namespace

Drupal\Core\Entity

Code

public function getRevisionId();