property panels_renderer_standard::$plugins in Panels 6.3
Same name and namespace in other branches
- 7.3 plugins/display_renderers/panels_renderer_standard.class.php \panels_renderer_standard::plugins
An associative array of loaded plugins. Used primarily as a central location for storing plugins that require additional loading beyond reading the plugin definition, which is already statically cached by ctools_get_plugins(). An example is layout plugins, which can optionally have a callback that determines the set of panel regions available at runtime.
Type: array
File
- plugins/
display_renderers/ panels_renderer_standard.class.php, line 76
Class
- panels_renderer_standard
- The standard render pipeline for a Panels display object.
Code
var $plugins = array();