public function FileTestForm::validateForm

Form validation handler.

Parameters

array $form: An associative array containing the structure of the form.

array $form_state: An associative array containing the current state of the form.

Overrides FormInterface::validateForm

File

drupal/core/modules/file/tests/file_test/lib/Drupal/file_test/Form/FileTestForm.php, line 75
Contains \Drupal\file_test\Form\FileTestForm.

Class

FileTestForm
File test form class.

Namespace

Drupal\file_test\Form

Code

public function validateForm(array &$form, array &$form_state) {
}