You are here

public function HandlerBase::validateExposed in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::validateExposed()

Validate the exposed handler form

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

File

core/modules/views/src/Plugin/views/HandlerBase.php, line 411

Class

HandlerBase
Base class for Views handler plugins.

Namespace

Drupal\views\Plugin\views

Code

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