public function WorkflowTransitionInterface::schedule in Workflow 8
Sets the Transition to be scheduled or not.
Parameters
bool $schedule:
Return value
1 method overrides WorkflowTransitionInterface::schedule()
- WorkflowTransition::schedule in src/
Entity/ WorkflowTransition.php - Sets the Transition to be scheduled or not.
File
- src/
Entity/ WorkflowTransitionInterface.php, line 247
Class
- WorkflowTransitionInterface
- Defines a common interface for Workflow*Transition* objects.
Namespace
Drupal\workflow\EntityCode
public function schedule($schedule = TRUE);