function FilterPluginBase::operator_submit in Views (for Drupal 7) 8.3
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::operator_submit()
- FilterPluginBase::submitOptionsForm in lib/
Drupal/ views/ Plugin/ views/ filter/ FilterPluginBase.php - Simple submit handler
File
- lib/
Drupal/ views/ Plugin/ views/ filter/ FilterPluginBase.php, line 306 - Definition of Drupal\views\Plugin\views\filter\FilterPluginBase.
Class
- FilterPluginBase
- Base class for filters.
Namespace
Drupal\views\Plugin\views\filterCode
function operator_submit($form, &$form_state) {
}