public function HandlerBase::storeExposedInput

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

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

File

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

Class

HandlerBase

Namespace

Drupal\views\Plugin\views

Code

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