Conditions | 2 |
Paths | 2 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
15 | public function load(array $configs, ContainerBuilder $container) |
||
16 | { |
||
17 | $configuration = new Configuration(); |
||
18 | $config = $this->processConfiguration($configuration, $configs); |
||
19 | foreach ($config as $name => $value) { |
||
20 | $container->setParameter(self::EXTENSION_CONFIG_NAME . '.' . $name, $value); |
||
21 | } |
||
24 |