Defines a discovery mechanism to find annotated plugins in PSR-0 namespaces.
Expanded class hierarchy of AnnotatedClassDiscovery
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AnnotatedClassDiscovery:: |
protected | property | The namespaces of classes that can be used as annotations. | |
AnnotatedClassDiscovery:: |
protected | property | The module name that defines the plugin type. | |
AnnotatedClassDiscovery:: |
protected | property | The name of the annotation that contains the plugin definition. | |
AnnotatedClassDiscovery:: |
protected | property | The namespaces within which to find plugin classes. | |
AnnotatedClassDiscovery:: |
protected | property | An object containing the namespaces to look for plugin implementations. | |
AnnotatedClassDiscovery:: |
protected | property | The plugin type, for example filter. | |
AnnotatedClassDiscovery:: |
protected | function | Returns an array of PSR-0 namespaces to search for annotation classes. | |
AnnotatedClassDiscovery:: |
public | function |
Implements Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinition(). Overrides DiscoveryInterface:: |
|
AnnotatedClassDiscovery:: |
public | function |
Implements Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinitions(). Overrides DiscoveryInterface:: |
1 |
AnnotatedClassDiscovery:: |
protected | function |
Returns an array of PSR-0 namespaces to search for plugin classes. Overrides AnnotatedClassDiscovery:: |
|
AnnotatedClassDiscovery:: |
function |
Constructs an AnnotatedClassDiscovery object. Overrides AnnotatedClassDiscovery:: |