public function ScheduledTransitionInterface::getWorkflow in Scheduled Transitions 8
Same name and namespace in other branches
- 2.x src/Entity/ScheduledTransitionInterface.php \Drupal\scheduled_transitions\Entity\ScheduledTransitionInterface::getWorkflow()
Get the workflow for this scheduled transition.
Return value
\Drupal\workflows\WorkflowInterface|null The workflow.
1 method overrides ScheduledTransitionInterface::getWorkflow()
- ScheduledTransition::getWorkflow in src/
Entity/ ScheduledTransition.php - Get the workflow for this scheduled transition.
File
- src/
Entity/ ScheduledTransitionInterface.php, line 65
Class
- ScheduledTransitionInterface
- Interface for Scheduled Transitions.
Namespace
Drupal\scheduled_transitions\EntityCode
public function getWorkflow() : ?WorkflowInterface;