function FormController::validateForm

Implements \Drupal\Core\Form\FormInterface::validateForm().

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/system/tests/modules/condition_test/src/FormController.php, line 52

Class

FormController
Routing controller class for condition_test testing of condition forms.

Namespace

Drupal\condition_test

Code

public function validateForm(array &$form, FormStateInterface $form_state) {
  $this->condition
    ->validateConfigurationForm($form, $form_state);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.