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