protected property AnnotatedClassDiscovery::$rootNamespacesIterator

An object containing the namespaces to look for plugin implementations.

Type: \Traversable

File

drupal/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php, line 36
Definition of Drupal\Core\Plugin\Discovery\AnnotatedClassDiscovery.

Class

AnnotatedClassDiscovery
Defines a discovery mechanism to find annotated plugins in PSR-0 namespaces.

Namespace

Drupal\Core\Plugin\Discovery

Code

protected $rootNamespacesIterator;