public function Node::getRevisionId

Overrides Drupal\Core\Entity\Entity::getRevisionId().

Overrides Entity::getRevisionId

File

drupal/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php, line 233
Definition of Drupal\node\Plugin\Core\Entity\Node.

Class

Node
Defines the node entity class.

Namespace

Drupal\node\Plugin\Core\Entity

Code

public function getRevisionId() {
  return $this->vid;
}