| 1 | <?php |
||
| 18 | class BestItKitchensinkExtension extends Extension |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Loads a specific configuration. |
||
| 22 | * |
||
| 23 | * @param array $configs An array of configuration values |
||
| 24 | * @param ContainerBuilder $container A ContainerBuilder instance |
||
| 25 | * |
||
| 26 | * @throws InvalidArgumentException When provided tag is not defined in this extension |
||
| 27 | * @throws Exception Unknown errors |
||
| 28 | * |
||
| 29 | * @return void |
||
| 30 | */ |
||
| 31 | 2 | public function load(array $configs, ContainerBuilder $container) |
|
| 42 | } |
||
| 43 |