protected property ViewsHandlerDiscovery::$rootNamespacesIterator

An object containing the namespaces to look for plugin implementations.

Type: \Traversable

File

drupal/core/modules/views/lib/Drupal/views/Plugin/Discovery/ViewsHandlerDiscovery.php, line 29
Contains \Drupal\views\Plugin\Discovery\ViewsHandlerDiscovery.

Class

ViewsHandlerDiscovery
Defines a discovery mechanism to find Views handlers in PSR-0 namespaces.

Namespace

Drupal\views\Plugin\Discovery

Code

protected $rootNamespacesIterator;