public function MaestroEndTask::handleExecuteSubmit in Maestro 3.x
Same name and namespace in other branches
- 8.2 src/Plugin/EngineTasks/MaestroEndTask.php \Drupal\maestro\Plugin\EngineTasks\MaestroEndTask::handleExecuteSubmit()
Interactive tasks, or tasks that signal themselves as requiring human interaction will have the resulting form submissions sent to their own handler for processing to determine if the task should be completed or not or to carry out any task processing that may have to be done.
Overrides MaestroEngineTaskInterface::handleExecuteSubmit
File
- src/
Plugin/ EngineTasks/ MaestroEndTask.php, line 102
Class
- MaestroEndTask
- Maestro End Task Plugin.
Namespace
Drupal\maestro\Plugin\EngineTasksCode
public function handleExecuteSubmit(array &$form, FormStateInterface $form_state) {
}