You are here

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

Render our chunk of the exposed handler form when selecting

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

File

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