function views_handler_filter::operator_submit
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 views_handler_filter::operator_submit()
- views_handler_filter::options_submit in handlers/
views_handler_filter.inc - Simple submit handler.
File
-
handlers/
views_handler_filter.inc, line 354
Class
- views_handler_filter
- Base class for filters.
Code
public function operator_submit($form, &$form_state) {
}