You are here

protected property LogType::$new_revision in Log entity 8

Same name and namespace in other branches
  1. 2.x src/Entity/LogType.php \Drupal\log\Entity\LogType::new_revision

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

Type: bool

File

src/Entity/LogType.php, line 106
Contains \Drupal\log\Entity\LogType.

Class

LogType
Defines the Log type entity.

Namespace

Drupal\log\Entity

Code

protected $new_revision = TRUE;