public function FormInterface::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.

27 methods override FormInterface::validateForm()

File

drupal/core/lib/Drupal/Core/Form/FormInterface.php, line 44
Contains \Drupal\Core\Form\FormInterface.

Class

FormInterface
Provides an interface for a Form.

Namespace

Drupal\Core\Form

Code

public function validateForm(array &$form, array &$form_state);