You are here

function views_object::options in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 6.2 includes/base.inc \views_object::options()
  2. 7.3 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
Provides the basic object definitions used by plugins and handlers.

Class

views_object
Basic definition for many views objects

Code

function options() {
}