You are here

property panels_renderer_standard::$plugins 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::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 83

Class

panels_renderer_standard

Code

var $plugins = array();