You are here

protected property WorkflowTypeStateFormBase::$workflowType in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/workflows/src/Plugin/WorkflowTypeStateFormBase.php \Drupal\workflows\Plugin\WorkflowTypeStateFormBase::workflowType
  2. 9 core/modules/workflows/src/Plugin/WorkflowTypeStateFormBase.php \Drupal\workflows\Plugin\WorkflowTypeStateFormBase::workflowType

The workflow type.

Type: \Drupal\workflows\WorkflowTypeInterface

File

core/modules/workflows/src/Plugin/WorkflowTypeStateFormBase.php, line 23

Class

WorkflowTypeStateFormBase
A base class for workflow type state forms.

Namespace

Drupal\workflows\Plugin

Code

protected $workflowType;