public property views_display::$display_options in Views (for Drupal 7) 7.3
Same name and namespace in other branches
- 6.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 2634 - views_objects Objects that represent a View or part of a view
Class
- views_display
- A display type in a view.
Code
public $display_options;