public function MaestroEndTask::validateTaskEditForm in Maestro 8.2
Same name and namespace in other branches
- 3.x src/Plugin/EngineTasks/MaestroEndTask.php \Drupal\maestro\Plugin\EngineTasks\MaestroEndTask::validateTaskEditForm()
This method must be called by the template builder in order to validate the form entry values before saving.
Overrides MaestroEngineTaskInterface::validateTaskEditForm
File
- src/
Plugin/ EngineTasks/ MaestroEndTask.php, line 119
Class
- MaestroEndTask
- Maestro End Task Plugin.
Namespace
Drupal\maestro\Plugin\EngineTasksCode
public function validateTaskEditForm(array &$form, FormStateInterface $form_state) {
}