You are here

protected property LazyPluginCollection::$instanceIDs in Plug 7

Stores the IDs of all potential plugin instances.

Type: array

File

lib/Drupal/Component/Plugin/LazyPluginCollection.php, line 29
Contains \Drupal\Component\Plugin\LazyPluginCollection.

Class

LazyPluginCollection
Defines an object which stores multiple plugin instances to lazy load them.

Namespace

Drupal\Component\Plugin

Code

protected $instanceIDs = array();