public function WorkflowTransitionInterface::post_execute in Workflow 8
Invokes 'transition post'.
Adds the possibility to invoke the hook from elsewhere.
Parameters
bool $force:
1 method overrides WorkflowTransitionInterface::post_execute()
- WorkflowTransition::post_execute in src/
Entity/ WorkflowTransition.php - Invokes 'transition post'.
File
- src/
Entity/ WorkflowTransitionInterface.php, line 127
Class
- WorkflowTransitionInterface
- Defines a common interface for Workflow*Transition* objects.
Namespace
Drupal\workflow\EntityCode
public function post_execute($force = FALSE);