function views_handler::exposed_validate
Same name in other branches
- 6.x-3.x includes/handlers.inc \views_handler::exposed_validate()
Validate the exposed handler form.
4 methods override views_handler::exposed_validate()
- views_handler_filter_date::exposed_validate in handlers/
views_handler_filter_date.inc - Validate the exposed handler 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 handler form.
- views_handler_filter_user_name::exposed_validate in modules/
user/ views_handler_filter_user_name.inc - Validate the exposed handler form.
File
-
includes/
handlers.inc, line 551
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
public function exposed_validate(&$form, &$form_state) {
}