You are here

public function HandlerBase::storeExposedInput 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::storeExposedInput()

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

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

File

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

Class

HandlerBase
Base class for Views handler plugins.

Namespace

Drupal\views\Plugin\views

Code

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