protected property ModerationState::$default_revision in Workbench Moderation 8
Same name and namespace in other branches
- 8.2 src/Entity/ModerationState.php \Drupal\workbench_moderation\Entity\ModerationState::default_revision
Whether this state represents a default revision of the node.
If this is a published state, then this property is ignored.
Type: bool
File
- src/
Entity/ ModerationState.php, line 71
Class
- ModerationState
- Defines the Moderation state entity.
Namespace
Drupal\workbench_moderation\EntityCode
protected $default_revision;