You are here

public function ViewsFormBase::validateForm in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php \Drupal\views_ui\Form\Ajax\ViewsFormBase::validateForm()

Form validation handler.

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 FormBase::validateForm

3 methods override ViewsFormBase::validateForm()
ConfigHandler::validateForm in core/modules/views_ui/src/Form/Ajax/ConfigHandler.php
Form validation handler.
ConfigHandlerExtra::validateForm in core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php
Form validation handler.
Display::validateForm in core/modules/views_ui/src/Form/Ajax/Display.php
Form validation handler.

File

core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php, line 272

Class

ViewsFormBase
Provides a base class for Views UI AJAX forms.

Namespace

Drupal\views_ui\Form\Ajax

Code

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