You are here

public function HandlerBase::showExposeButton in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::showExposeButton()

Shortcut to display the expose/hide button.

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

File

core/modules/views/src/Plugin/views/HandlerBase.php, line 437

Class

HandlerBase
Base class for Views handler plugins.

Namespace

Drupal\views\Plugin\views

Code

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