Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
1 | <?php |
||
15 | public function load(array $configs, ContainerBuilder $container) |
||
16 | { |
||
17 | $configuration = new Configuration(); |
||
18 | $this->processConfiguration($configuration, $configs); |
||
19 | $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
||
20 | $loader->load('twig_extension.yml'); |
||
21 | } |
||
22 | } |
||
23 |