Full ELMS Learning Network documentation
function views_handler::expose_options
cis7 handlers.inc | views_handler::expose_options() |
cle7 handlers.inc | views_handler::expose_options() |
elmsmedia7 handlers.inc | views_handler::expose_options() |
icor7 handlers.inc | views_handler::expose_options() |
meedjum_blog7 handlers.inc | views_handler::expose_options() |
mooc7 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 sites/
all/ modules/ ulmus/ views/ handlers/ views_handler_filter.inc - Provide default options for exposed filters.
File
- sites/
all/ modules/ ulmus/ views/ 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() {
}