function views_object::options
3.x base.inc | views_object::options(& |
2.x base.inc | views_object::options() |
Set default options on this object. Called by the constructor in a complex chain to deal with backward compatibility.
Deprecated
since views2
2 calls to views_object::options()
- views_object::set_default_options in includes/
base.inc - Set default options. For backward compatibility, it sends the options array; this is a feature that will likely disappear at some point.
- views_plugin_style_default::options in plugins/
views_plugin_style_default.inc - Set default options
1 method overrides views_object::options()
- views_plugin_style_default::options in plugins/
views_plugin_style_default.inc - Set default options
File
- includes/
base.inc, line 69 - Provides the basic object definitions used by plugins and handlers.
Class
- views_object
- Basic definition for many views objects.
Code
function options(&$options) {
}