function views_object::options
Same name in other branches
- 7.x-3.x includes/base.inc \views_object::options()
Set default options on this object. Called by the constructor in a complex chain to deal with backward compatibility.
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 60
Class
- views_object
- Basic definition for many views objects
Code
function options() {
}