function views_handler::expose_validate
Same name in other branches
- 6.x-3.x includes/handlers.inc \views_handler::expose_validate()
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 569
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 expose_validate($form, &$form_state) {
}