You are here

property views_display::$display_options in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 7.3 includes/view.inc \views_display::display_options

Stores all options of the display, like fields, filters etc.

Type: array

File

includes/view.inc, line 2379
view.inc Provides the view object type and associated methods.

Class

views_display
A display type in a view.

Code

var $display_options;