public function MaestroSetProcessVariableTask::handleExecuteSubmit in Maestro 3.x
Same name and namespace in other branches
- 8.2 src/Plugin/EngineTasks/MaestroSetProcessVariableTask.php \Drupal\maestro\Plugin\EngineTasks\MaestroSetProcessVariableTask::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/ MaestroSetProcessVariableTask.php, line 135
Class
- MaestroSetProcessVariableTask
- Maestro Set Process Variable Task Plugin.
Namespace
Drupal\maestro\Plugin\EngineTasksCode
public function handleExecuteSubmit(array &$form, FormStateInterface $form_state) {
}