public ViewsExposedForm::validateForm(array &$form, FormStateInterface $form_state)
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
File
core/modules/views/src/Form/ViewsExposedForm.php, line 131
Class
ViewsExposedForm Provides the views exposed form.
Namespace
Drupal\views\Form
Code
public function validateFo