| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 47 | private function addFormResources(ContainerBuilder $container) |
||
| 48 | { |
||
| 49 | $resources = $container->getParameter('twig.form.resources'); |
||
| 50 | $resources[] = 'SonataDoctrinePHPCRAdminBundle:Form:tree_browser_fields.html.twig'; |
||
| 51 | |||
| 52 | $container->setParameter('twig.form.resources', $resources); |
||
| 53 | } |
||
| 54 | } |
||
| 55 |