| Conditions | 2 |
| Paths | 2 |
| Total Lines | 12 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 9 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | 7 | public function process(ContainerBuilder $container) |
|
| 17 | { |
||
| 18 | 7 | if ($container->hasDefinition('jms_translation.extractor.file.twig_extractor')) { |
|
| 19 | 1 | $container->register('twital.translation.extractor.jms', 'Goetas\TwitalBundle\Translation\Jms\TwitalExtractor') |
|
| 20 | 1 | ->setDecoratedService('jms_translation.extractor.file.twig_extractor', 'jms_translation.extractor.file.twig_extractor.inner') |
|
| 21 | 1 | ->setArguments(array( |
|
| 22 | 1 | new Reference('twig'), |
|
| 23 | 1 | new Reference('twital.loader'), |
|
| 24 | 1 | new Reference('jms_translation.extractor.file.twig_extractor.inner'), |
|
| 25 | )); |
||
| 26 | } |
||
| 27 | 7 | } |
|
| 28 | } |
||
| 30 |