You are here

protected property AnnotatedClassDiscovery::$rootNamespacesIterator in Plug 7

A list of base namespaces with their PSR-4 directories.

Type: \Traversable

File

lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php, line 40
Contains \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;