function FilterPluginBase::valueSubmit
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
1 call to FilterPluginBase::valueSubmit()
- FilterPluginBase::submitOptionsForm in core/
modules/ views/ src/ Plugin/ views/ filter/ FilterPluginBase.php - Simple submit handler
1 method overrides FilterPluginBase::valueSubmit()
- InOperator::valueSubmit in core/
modules/ views/ src/ Plugin/ views/ filter/ InOperator.php - Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
File
-
core/
modules/ views/ src/ Plugin/ views/ filter/ FilterPluginBase.php, line 359
Class
- FilterPluginBase
- Base class for Views filters handler plugins.
Namespace
Drupal\views\Plugin\views\filterCode
protected function valueSubmit($form, FormStateInterface $form_state) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.