public function HandlerBase::showExposeButton

Shortcut to display the expose/hide button.

2 methods override HandlerBase::showExposeButton()
FilterPluginBase::showExposeButton in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
Shortcut to display the expose/hide button.
SortPluginBase::showExposeButton in drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php
Shortcut to display the expose/hide button.

File

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

Class

HandlerBase

Namespace

Drupal\views\Plugin\views

Code

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