You are here

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

Perform any necessary changes to the form exposes prior to storage. There is no need for this function to actually store the data.

1 call to views_handler_filter::expose_submit()
views_handler_filter::options_submit in handlers/views_handler_filter.inc
Simple submit handler

File

handlers/views_handler_filter.inc, line 387

Class

views_handler_filter
Base class for filters.

Code

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