namespace Drupal\Component\Plugin\Discovery

Classsort descending Location Description
AnnotatedClassDiscovery drupal/core/lib/Drupal/Component/Plugin/Discovery/AnnotatedClassDiscovery.php Defines a discovery mechanism to find annotated plugins in PSR-0 namespaces.
CachedDiscoveryInterface drupal/core/lib/Drupal/Component/Plugin/Discovery/CachedDiscoveryInterface.php Interface for discovery compenents holding a cache of plugin definitions.
DerivativeDiscoveryDecorator drupal/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Base class providing the tools for a plugin discovery to be derivative aware.
DiscoveryInterface drupal/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php An interface defining the minimum requirements of building a plugin discovery component.
ProcessDecorator drupal/core/lib/Drupal/Component/Plugin/Discovery/ProcessDecorator.php Allows custom processing of the discovered definition.
StaticDiscovery drupal/core/lib/Drupal/Component/Plugin/Discovery/StaticDiscovery.php A discovery mechanism that allows plugin definitions to be manually registered rather than actively discovered.
StaticDiscoveryDecorator drupal/core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php A decorator that allows manual registration of undiscoverable definitions.