X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FPlugin%2FDiscovery%2FContainerDerivativeDiscoveryDecorator.php;h=f6908b66e9da27d3171dd6058b3c7ce11fe446ba;hb=refs%2Fheads%2Fd864;hp=017348e10f3aba442885f94e2a174ef8b08142e5;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecorator.php b/web/core/lib/Drupal/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecorator.php index 017348e10..f6908b66e 100644 --- a/web/core/lib/Drupal/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecorator.php +++ b/web/core/lib/Drupal/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecorator.php @@ -4,6 +4,11 @@ namespace Drupal\Core\Plugin\Discovery; use Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator; +/** + * Injects dependencies into derivers if they use ContainerDeriverInterface. + * + * @see \Drupal\Core\Plugin\Discovery\ContainerDeriverInterface + */ class ContainerDerivativeDiscoveryDecorator extends DerivativeDiscoveryDecorator { /**