Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
21 | public function load(array $configs, ContainerBuilder $container) |
||
22 | { |
||
23 | $loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
||
24 | $loader->load('services.yaml'); |
||
25 | |||
26 | $container->registerForAutoconfiguration(HookInterface::class) |
||
27 | ->addTag('template_hook'); |
||
28 | } |
||
29 | } |