function HandlerBase::validateExposed

Same name in other branches
  1. 9 core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::validateExposed()
  2. 10 core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::validateExposed()
  3. 11.x 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) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.