You are here

protected property ModerationState::$default_revision in Workbench Moderation 8.2

Same name and namespace in other branches
  1. 8 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 65

Class

ModerationState
Defines the Moderation state entity.

Namespace

Drupal\workbench_moderation\Entity

Code

protected $default_revision;