protected property AnnotatedClassDiscovery::$pluginDefinitionAnnotationName

The name of the annotation that contains the plugin definition.

The class corresponding to this name must implement \Drupal\Component\Annotation\AnnotationInterface.

Type: string

File

drupal/core/lib/Drupal/Component/Plugin/Discovery/AnnotatedClassDiscovery.php, line 44
Contains Drupal\Component\Plugin\Discovery\AnnotatedClassDiscovery.

Class

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

Namespace

Drupal\Component\Plugin\Discovery

Code

protected $pluginDefinitionAnnotationName;