You are here

function views_handler_filter::operator_submit in Views (for Drupal 7) 6.2

Same name and namespace in other branches
  1. 6.3 handlers/views_handler_filter.inc \views_handler_filter::operator_submit()
  2. 7.3 handlers/views_handler_filter.inc \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 167

Class

views_handler_filter
Base class for filters.

Code

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