function views_handler::expose_options
3.x handlers.inc | views_handler::expose_options() |
2.x 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 501 - 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 expose_options() {
}