public function WorkflowTransitionEvent::getWorkflow in State Machine 8
Gets the workflow.
Return value
\Drupal\state_machine\Plugin\Workflow\WorkflowInterface The workflow.
File
- src/
Event/ WorkflowTransitionEvent.php, line 78
Class
- WorkflowTransitionEvent
- Defines the workflow transition event.
Namespace
Drupal\state_machine\EventCode
public function getWorkflow() {
return $this->workflow;
}