function 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 674
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.