You are here

public function FormController::validateForm in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/tests/modules/condition_test/src/FormController.php \Drupal\condition_test\FormController::validateForm()

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

Overrides FormInterface::validateForm

File

core/modules/system/tests/modules/condition_test/src/FormController.php, line 58
Contains \Drupal\condition_test\FormController.

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);
}