public function HandlerBase::validateExposed

Validate the exposed handler form

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

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php, line 400
Definition of Drupal\views\Plugin\views\HandlerBase.

Class

HandlerBase

Namespace

Drupal\views\Plugin\views

Code

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