function views_handler::expose_form
Same name in other branches
- 6.x-3.x includes/handlers.inc \views_handler::expose_form()
Form for exposed handler options.
1 call to views_handler::expose_form()
- views_handler::show_expose_form in includes/
handlers.inc - Shortcut to display the exposed options form.
2 methods override views_handler::expose_form()
- views_handler_filter::expose_form in handlers/
views_handler_filter.inc - Options form subform for exposed filter options.
- views_handler_sort::expose_form in handlers/
views_handler_sort.inc - Form for exposed handler options.
File
-
includes/
handlers.inc, line 563
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_form(&$form, &$form_state) {
}