protected property LazyPluginCollection::$pluginInstances in Plug 7
Stores all instantiated plugins.
Type: array
File
- lib/
Drupal/ Component/ Plugin/ LazyPluginCollection.php, line 22 - Contains \Drupal\Component\Plugin\LazyPluginCollection.
Class
- LazyPluginCollection
- Defines an object which stores multiple plugin instances to lazy load them.
Namespace
Drupal\Component\PluginCode
protected $pluginInstances = array();