You are here

function views_handler::exposed_validate in Views (for Drupal 7) 6.2

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

Validate the exposed filter form

4 methods override views_handler::exposed_validate()
views_handler_filter_date::exposed_validate in handlers/views_handler_filter_date.inc
Validate the exposed filter form
views_handler_filter_search::exposed_validate in modules/search/views_handler_filter_search.inc
Validate the options form.
views_handler_filter_term_node_tid::exposed_validate in modules/taxonomy/views_handler_filter_term_node_tid.inc
Validate the exposed filter form
views_handler_filter_user_name::exposed_validate in modules/user/views_handler_filter_user_name.inc
Validate the exposed filter form

File

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