protected property PluginBag::$instanceIDs

Stores the IDs of all potential plugin instances.

Type: array

File

drupal/core/lib/Drupal/Component/Plugin/PluginBag.php, line 30
Contains \Drupal\Component\Plugin\PluginBag.

Class

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

Namespace

Drupal\Component\Plugin

Code

protected $instanceIDs = array();