function FileTestForm::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 FormInterface::validateForm
File
-
core/
modules/ file/ tests/ file_test/ src/ Form/ FileTestForm.php, line 80
Class
- FileTestForm
- File test form class.
Namespace
Drupal\file_test\FormCode
public function validateForm(array &$form, FormStateInterface $form_state) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.