You are here

property panels_renderer_standard::$display in Panels 7.3

Same name and namespace in other branches
  1. 6.3 plugins/display_renderers/panels_renderer_standard.class.php \panels_renderer_standard::display

The fully-loaded Panels display object that is to be rendered. "Fully loaded" is defined as: 1. Having been produced by panels_load_displays(), whether or this page request or at some time in the past and the object was exported. 2. Having had some external code attach context data ($display->context), in the exact form expected by panes. Context matching is delicate, typically relying on exact string matches, so special attention must be taken.

Type: panels_display

File

plugins/display_renderers/panels_renderer_standard.class.php, line 71

Class

panels_renderer_standard

Code

var $display;