protected property State::$workflow in Drupal 8
Same name and namespace in other branches
- 9 core/modules/workflows/src/State.php \Drupal\workflows\State::workflow
The workflow the state is attached to.
Type: \Drupal\workflows\WorkflowTypeInterface
File
- core/
modules/ workflows/ src/ State.php, line 15
Class
- State
- A value object representing a workflow state.
Namespace
Drupal\workflowsCode
protected $workflow;