You are here

public function WorkflowTransitionInterface::schedule in Workflow 8

Sets the Transition to be scheduled or not.

Parameters

bool $schedule:

Return value

WorkflowTransitionInterface

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\Entity

Code

public function schedule($schedule = TRUE);