Same name and namespace in other branches
  1. 8.9.x core/modules/node/src/Entity/NodeType.php \Drupal\node\Entity\NodeType::new_revision
  2. 9 core/modules/node/src/Entity/NodeType.php \Drupal\node\Entity\NodeType::new_revision

Default value of the 'Create new revision' checkbox of this node type.

Type: bool

File

core/modules/node/src/Entity/NodeType.php, line 97

Class

NodeType
Defines the Node type configuration entity.

Namespace

Drupal\node\Entity

Code

protected $new_revision = TRUE;