1.20.x handlers.inc | views_handler::expose_options() |
Set new exposed option defaults when exposed setting is flipped on.
File
- modules/
views/ includes/ handlers.inc, line 390 - 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() {
}