| Conditions | 2 |
| Paths | 2 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | 57 | public function process(ContainerBuilder $container) |
|
| 27 | { |
||
| 28 | 57 | $controlManagerRenderer = $container->getDefinition('ivory.google_map.helper.renderer.control.manager'); |
|
| 29 | |||
| 30 | 57 | foreach ($container->findTaggedServiceIds('ivory.google_map.helper.renderer.control') as $id => $attributes) { |
|
| 31 | 57 | $controlManagerRenderer->addMethodCall('addRenderer', [new Reference($id)]); |
|
| 32 | } |
||
| 33 | 57 | } |
|
| 34 | } |
||
| 35 |