1.20.x node.entity.inc | public Node::getRevisionId() |
Overrides Backdrop\entity\Entity::getRevisionId().
Overrides Entity::getRevisionId
File
- 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;
}