function views_handler::expose_validate

3.x handlers.inc views_handler::expose_validate($form, &$form_state)

Validate the options form.

1 call to views_handler::expose_validate()
views_handler_sort::options_validate in handlers/views_handler_sort.inc
Simple validate handler
1 method overrides views_handler::expose_validate()
views_handler_filter::expose_validate in handlers/views_handler_filter.inc
Validate the options form.

File

includes/handlers.inc, line 531
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_validate($form, &$form_state) {
}