You are here

namespace Drupal\Component\Plugin\Discovery in Service Container 7.2

Same name in other branches
  1. 7 Drupal\Component\Plugin\Discovery
Classsort descending Location Description
CachedDiscoveryInterface lib/Drupal/Component/Plugin/Discovery/CachedDiscoveryInterface.php Interface for discovery components holding a cache of plugin definitions.
DerivativeDiscoveryDecorator lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Base class providing the tools for a plugin discovery to be derivative aware.
DiscoveryCachedTrait lib/Drupal/Component/Plugin/Discovery/DiscoveryCachedTrait.php
DiscoveryInterface lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php An interface defining the minimum requirements of building a plugin discovery component.
DiscoveryTrait lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php
StaticDiscovery lib/Drupal/Component/Plugin/Discovery/StaticDiscovery.php A discovery mechanism that allows plugin definitions to be manually registered rather than actively discovered.
StaticDiscoveryDecorator lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php A decorator that allows manual registration of undiscoverable definitions.