public function HandlerBase::buildExposeForm

Form for exposed handler options.

1 call to HandlerBase::buildExposeForm()
HandlerBase::showExposeForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php
Shortcut to display the exposed options form.
2 methods override HandlerBase::buildExposeForm()
FilterPluginBase::buildExposeForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
Options form subform for exposed filter options.
SortPluginBase::buildExposeForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php
Form for exposed handler options.

File

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

Class

HandlerBase

Namespace

Drupal\views\Plugin\views

Code

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