public function MaestroEngineTaskInterface::handleExecuteSubmit in Maestro 8.2
Same name and namespace in other branches
- 3.x src/MaestroEngineTaskInterface.php \Drupal\maestro\MaestroEngineTaskInterface::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.
14 methods override MaestroEngineTaskInterface::handleExecuteSubmit()
- MaestroAndTask::handleExecuteSubmit in src/
Plugin/ EngineTasks/ MaestroAndTask.php - 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…
- MaestroBatchFunctionTask::handleExecuteSubmit in src/
Plugin/ EngineTasks/ MaestroBatchFunctionTask.php - 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…
- MaestroContentTypeTask::handleExecuteSubmit in src/
Plugin/ EngineTasks/ MaestroContentTypeTask.php - 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…
- MaestroEndTask::handleExecuteSubmit in src/
Plugin/ EngineTasks/ MaestroEndTask.php - 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…
- MaestroIfTask::handleExecuteSubmit in src/
Plugin/ EngineTasks/ MaestroIfTask.php - 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…
File
- src/
MaestroEngineTaskInterface.php, line 55
Class
- MaestroEngineTaskInterface
- The Maestro Engine Task Interface.
Namespace
Drupal\maestroCode
public function handleExecuteSubmit(array &$form, FormStateInterface $form_state);