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.

1 method overrides views_handler::expose_options()
views_handler_filter::expose_options in handlers/views_handler_filter.inc
Provide default options for exposed filters.

File

includes/handlers.inc, line 319
handlers.inc 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() {
}