public function SimpletestTestForm::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/simpletest/lib/Drupal/simpletest/Form/SimpletestTestForm.php, line 79
Contains \Drupal\simpletest\Form\SimpletestTestForm.

Class

SimpletestTestForm
List tests arranged in groups that can be selected and run.

Namespace

Drupal\simpletest\Form

Code

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