Conditions | 2 |
Paths | 2 |
Total Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Tests | 6 |
CRAP Score | 2.0116 |
Changes | 0 |
1 | <?php |
||
11 | 6 | public function process(ContainerBuilder $container) |
|
12 | { |
||
13 | 6 | $generators = array(); |
|
14 | 6 | foreach ($container->findTaggedServiceIds('jms_job_queue.link_generator') as $id => $attrs) { |
|
15 | $generators[] = new Reference($id); |
||
16 | } |
||
17 | |||
18 | 6 | $container->getDefinition('jms_job_queue.twig.extension') |
|
19 | 6 | ->addArgument($generators); |
|
20 | } |
||
21 | } |