property panels_renderer_standard::$prep_run in Panels 6.3
Same name and namespace in other branches
- 7.3 plugins/display_renderers/panels_renderer_standard.class.php \panels_renderer_standard::prep_run
Boolean state variable, indicating whether or not the prepare() method has been run.
This state is checked in panels_renderer_standard::render_layout() to determine whether the prepare method should be automatically triggered.
Type: bool
File
- plugins/
display_renderers/ panels_renderer_standard.class.php, line 115
Class
- panels_renderer_standard
- The standard render pipeline for a Panels display object.
Code
var $prep_run = FALSE;