function HandlerBase::storeExposedInput
If set to remember exposed input in the session, store it there.
Parameters
array $input: Associative array containing the exposed data for this view.
bool $status: Whether to store the exposed input in the session.
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 700
Class
- HandlerBase
- Base class for Views handler plugins.
Namespace
Drupal\views\Plugin\viewsCode
public function storeExposedInput($input, $status) {
return TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.