Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Plugin / Discovery / ContainerDerivativeDiscoveryDecorator.php
index 017348e10f3aba442885f94e2a174ef8b08142e5..f6908b66e9da27d3171dd6058b3c7ce11fe446ba 100644 (file)
@@ -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 {
 
   /**