You are here

protected property ContentModerationState::$published in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/content_moderation/src/ContentModerationState.php \Drupal\content_moderation\ContentModerationState::published

If entities should be published if in this state.

Type: bool

File

core/modules/content_moderation/src/ContentModerationState.php, line 24

Class

ContentModerationState
A value object representing a workflow state for content moderation.

Namespace

Drupal\content_moderation

Code

protected $published;