You are here

public property views_plugin::$display in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.3 includes/plugins.inc \views_plugin::display

The current used views display.

Type: views_display

File

includes/plugins.inc, line 486
Built in plugins for Views output handling.

Class

views_plugin
Abstract base class to provide interface common to all plugins.

Code

public $display = NULL;