protected property LazyPluginCollection::$pluginInstances in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Component/Plugin/LazyPluginCollection.php \Drupal\Component\Plugin\LazyPluginCollection::pluginInstances
Stores all instantiated plugins.
Type: array
File
- core/
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();