You are here

public function HandlerBase::validateExposed in Views (for Drupal 7) 8.3

Validate the exposed handler form

4 methods override HandlerBase::validateExposed()
Date::validateExposed in lib/Drupal/views/Plugin/views/filter/Date.php
Validate the exposed handler form
Name::validateExposed in lib/Views/user/Plugin/views/filter/Name.php
Validate the exposed handler form
Search::validateExposed in lib/Views/search/Plugin/views/filter/Search.php
Validate the options form.
TaxonomyIndexTid::validateExposed in lib/Views/taxonomy/Plugin/views/filter/TaxonomyIndexTid.php
Validate the exposed handler form

File

lib/Drupal/views/Plugin/views/HandlerBase.php, line 411
Definition of Drupal\views\Plugin\views\HandlerBase.

Class

HandlerBase

Namespace

Drupal\views\Plugin\views

Code

public function validateExposed(&$form, &$form_state) {
}