public function MaestroContentTypeCompleteTask::validateForm in Maestro 3.x
Same name and namespace in other branches
- 8.2 src/Form/MaestroContentTypeCompleteTask.php \Drupal\maestro\Form\MaestroContentTypeCompleteTask::validateForm()
Form validation handler.
Parameters
array $form: An associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
Overrides FormBase::validateForm
File
- src/
Form/ MaestroContentTypeCompleteTask.php, line 58
Class
- MaestroContentTypeCompleteTask
- Implements the complete task form for content type tasks when viewing.
Namespace
Drupal\maestro\FormCode
public function validateForm(array &$form, FormStateInterface $form_state) {
}