| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 9 | 
| Code Lines | 6 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 28 | public function load(array $configs, ContainerBuilder $container) | ||
| 29 |     { | ||
| 30 | $configuration = new Configuration(); | ||
| 31 | $config = $this->processConfiguration($configuration, $configs); | ||
| 32 |         $container->setParameter('cwd.fancygrid.config', $config); | ||
| 33 | |||
| 34 | $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); | ||
| 35 |         $loader->load('services.yml'); | ||
| 36 | } | ||
| 37 | } | ||
| 38 |