public function HandlerBase::buildExposedForm

Render our chunk of the exposed handler form when selecting

1 method overrides HandlerBase::buildExposedForm()
FilterPluginBase::buildExposedForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
Render our chunk of the exposed filter form when selecting

File

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

Class

HandlerBase

Namespace

Drupal\views\Plugin\views

Code

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