function panels_renderer_simple::render_panes in Panels 7.3
Same name and namespace in other branches
- 6.3 plugins/display_renderers/panels_renderer_simple.class.php \panels_renderer_simple::render_panes()
Render all prepared panes, first by dispatching to their plugin's render callback, then handing that output off to the pane's style plugin.
Return value
array The array of rendered panes, keyed on pane pid.
Overrides panels_renderer_standard::render_panes
File
- plugins/
display_renderers/ panels_renderer_simple.class.php, line 25 - Contains the simple display renderer.
Class
- panels_renderer_simple
- The simple display renderer renders a display normally, except each pane is already rendered content, rather than a pane containing CTools content to be rendered. Styles are not supported.
Code
function render_panes() {
// NOP.
}