1 views_handler_filter.inc | views_handler_filter::operator_submit($form, &$form_state) |
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/ handlers/ views_handler_filter.inc, line 303 - @todo.
Class
- views_handler_filter
- Base class for filters.
Code
function operator_submit($form, &$form_state) {
}