You are here

function views_handler::expose_submit in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 7.3 includes/handlers.inc \views_handler::expose_submit()

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

2 calls to views_handler::expose_submit()
views_handler_filter::options_submit in handlers/views_handler_filter.inc
Simple submit handler
views_handler_sort::options_submit in handlers/views_handler_sort.inc
Simple submit handler

File

includes/handlers.inc, line 530
handlers.inc Defines the various handler objects to help build and display views.

Class

views_handler
Base handler, from which all the other handlers are derived. It creates a common interface to create consistency amongst handlers and data.

Code

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