function AnnotatedClassDiscovery::__construct

Constructs an AnnotatedClassDiscovery object.

File

drupal/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php, line 26
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

function __construct($owner, $type) {
  $this->owner = $owner;
  $this->type = $type;
}