You are here

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

Shortcut to display the expose/hide button.

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

File

lib/Drupal/views/Plugin/views/HandlerBase.php, line 437
Definition of Drupal\views\Plugin\views\HandlerBase.

Class

HandlerBase

Namespace

Drupal\views\Plugin\views

Code

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