1 node.entity.inc public Node::getRevisionId()

Overrides Backdrop\entity\Entity::getRevisionId().

Overrides Entity::getRevisionId

File

core/modules/node/node.entity.inc, line 398
Entity controller and class for nodes.

Class

Node
Defines the node entity class.

Code

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