1 | <?php |
||
22 | final class KeyCollectorCompilerPass implements CompilerPassInterface |
||
23 | { |
||
24 | /** |
||
25 | * {@inheritdoc} |
||
26 | */ |
||
27 | public function process(ContainerBuilder $container): void |
||
43 | |||
44 | private function collectServices(string $method, string $tag, Definition $definition, ContainerBuilder $container): void |
||
51 | } |
||
52 |