You are here

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

If set to remember exposed input in the session, store it there.

1 method overrides HandlerBase::storeExposedInput()
FilterPluginBase::storeExposedInput in lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
If set to remember exposed input in the session, store it there.

File

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

Class

HandlerBase

Namespace

Drupal\views\Plugin\views

Code

public function storeExposedInput($input, $status) {
  return TRUE;
}