We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b24ecf commit fb3905eCopy full SHA for fb3905e
src/DependencyInjection/Compiler/DriverPass.php
@@ -6,6 +6,10 @@
6
use Symfony\Component\DependencyInjection\ContainerBuilder;
7
use Symfony\Component\DependencyInjection\Reference;
8
9
+/**
10
+ * We support http cache drivers to be provided by 3rd party bundles.
11
+ * This pass loads those drivers as documented in doc/drivers.md
12
+ */
13
class DriverPass implements CompilerPassInterface
14
{
15
public function process(ContainerBuilder $container)
0 commit comments