You are here

property 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

Except for displays, options for the object will be held here.

File

includes/base.inc, line 15
Provides the basic object definitions used by plugins and handlers.

Class

views_object
Basic definition for many views objects

Code

var $options = array();