You are here

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

Form for exposed handler options.

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

File

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) {
}