| Conditions | 2 |
| Paths | 2 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 25 | public function process(ContainerBuilder $container) |
||
| 26 | { |
||
| 27 | $resources = $container->getParameter('twig.form.resources'); |
||
| 28 | if (in_array('@EoHoneypot/Form/div_layout.html.twig', $resources, true) === false) { |
||
| 29 | array_unshift($resources, '@EoHoneypot/Form/div_layout.html.twig'); |
||
| 30 | $container->setParameter('twig.form.resources', $resources); |
||
| 31 | } |
||
| 32 | } |
||
| 33 | } |
||
| 34 |