function views_handler_filter::operator_submit

3.x views_handler_filter.inc views_handler_filter::operator_submit($form, &$form_state)
2.x 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.

1 call to views_handler_filter::operator_submit()

File

handlers/views_handler_filter.inc, line 308
@todo.

Class

views_handler_filter
Base class for filters.

Code

function operator_submit($form, &$form_state) {
}