Indicates whether this is the active node revision.
The active revision of a node is the one loaded when no specific revision has been specified. Only active revisions are saved to the node table.
Type: boolean
Overrides Entity::$is_active_revision
File
- core/
modules/ node/ node.entity.inc, line 34 - Entity controller and class for nodes.
Class
- Node
- Defines the node entity class.
Code
public $is_active_revision = TRUE;