| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | public function load(array $configs, ContainerBuilder $container) |
||
| 23 | { |
||
| 24 | $configuration = new Configuration(); |
||
| 25 | $config = $this->processConfiguration($configuration, $configs); |
||
| 26 | |||
| 27 | // Load bundle services |
||
| 28 | $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
||
| 29 | $loader->load('services.yml'); |
||
| 30 | } |
||
| 31 | } |
||
| 32 |