You are here

protected property ReferenceType::$new_revision in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 modules/bibcite_entity/src/Entity/ReferenceType.php \Drupal\bibcite_entity\Entity\ReferenceType::new_revision

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

Type: bool

File

modules/bibcite_entity/src/Entity/ReferenceType.php, line 76

Class

ReferenceType
Defines the Reference type entity.

Namespace

Drupal\bibcite_entity\Entity

Code

protected $new_revision = FALSE;