function views_handler::expose_options
Same name in other branches
- 7.x-3.x includes/handlers.inc \views_handler::expose_options()
Set new exposed option defaults when exposed setting is flipped on.
2 methods override views_handler::expose_options()
- views_handler_filter::expose_options in handlers/
views_handler_filter.inc - Provide default options for exposed filters.
- views_handler_sort::expose_options in handlers/
views_handler_sort.inc - Provide default options for exposed sorts.
File
-
includes/
handlers.inc, line 464
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_options() {
}