You are here

protected property DefaultPluginManager::$namespaces in Plug 7

An object that implements \Traversable which contains the root paths keyed by the corresponding namespace to look for plugin implementations.

Type: \Traversable

File

lib/Drupal/Core/Plugin/DefaultPluginManager.php, line 94
Contains \Drupal\Core\Plugin\DefaultPluginManager.

Class

DefaultPluginManager
Base class for plugin managers.

Namespace

Drupal\Core\Plugin

Code

protected $namespaces;