You are here

public function WorkflowTransition::isExecuted in Workflow 7

Same name and namespace in other branches
  1. 7.2 includes/Entity/WorkflowTransition.php \WorkflowTransition::isExecuted()
1 method overrides WorkflowTransition::isExecuted()
WorkflowScheduledTransition::isExecuted in includes/Entity/WorkflowScheduledTransition.php

File

includes/Entity/WorkflowTransition.php, line 299
Contains workflow\includes\Entity\WorkflowTransition.

Class

WorkflowTransition
Implements an actual Transition.

Code

public function isExecuted() {
  return NULL;
}