You are here

protected property WorkflowTypeTransitionFormBase::$workflowType in Drupal 8

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

The workflow type.

Type: \Drupal\workflows\WorkflowTypeInterface

File

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

Class

WorkflowTypeTransitionFormBase
A base class for workflow type transition forms.

Namespace

Drupal\workflows\Plugin

Code

protected $workflowType;