You are here

protected property PluginManagerBase::$factory in Plug 7

The object that instantiates plugins managed by this manager.

Type: \Drupal\Component\Plugin\Factory\FactoryInterface

File

lib/Drupal/Component/Plugin/PluginManagerBase.php, line 32
Contains \Drupal\Component\Plugin\PluginManagerBase.

Class

PluginManagerBase
Base class for plugin managers.

Namespace

Drupal\Component\Plugin

Code

protected $factory;