protected property LogType::$new_revision in Log entity 2.x
Same name and namespace in other branches
- 8 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 99
Class
- LogType
- Defines the Log type entity.
Namespace
Drupal\log\EntityCode
protected $new_revision = TRUE;