public function WorkflowTransitionInterface::setExecuted in Workflow 8
Set the 'isExecuted' property.
Parameters
bool $isExecuted:
Return value
1 method overrides WorkflowTransitionInterface::setExecuted()
- WorkflowTransition::setExecuted in src/
Entity/ WorkflowTransition.php - Set the 'isExecuted' property.
File
- src/
Entity/ WorkflowTransitionInterface.php, line 256
Class
- WorkflowTransitionInterface
- Defines a common interface for Workflow*Transition* objects.
Namespace
Drupal\workflow\EntityCode
public function setExecuted($isExecuted = TRUE);