You are here

protected property ContentModerationConfigureEntityTypesForm::$workflow in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php \Drupal\content_moderation\Form\ContentModerationConfigureEntityTypesForm::workflow

The workflow entity object.

Type: \Drupal\workflows\WorkflowInterface

File

core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php, line 53

Class

ContentModerationConfigureEntityTypesForm
The form for editing entity types associated with a workflow.

Namespace

Drupal\content_moderation\Form

Code

protected $workflow;