| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 49 | private function addFormResources(ContainerBuilder $container): void |
||
| 50 | { |
||
| 51 | $resources = $container->getParameter('twig.form.resources'); |
||
| 52 | $resources[] = '@SonataDoctrinePHPCRAdmin/Form/tree_browser_fields.html.twig'; |
||
| 53 | |||
| 54 | $container->setParameter('twig.form.resources', $resources); |
||
| 55 | } |
||
| 56 | } |
||
| 57 |