| 1 | <?php |
||
| 10 | class EventBusExtension extends Extension |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Loads a specific configuration. |
||
| 14 | * |
||
| 15 | * @param array $configs An array of configuration values |
||
| 16 | * @param ContainerBuilder $container A ContainerBuilder instance |
||
| 17 | * |
||
| 18 | * @throws \InvalidArgumentException When provided tag is not defined in this extension |
||
| 19 | */ |
||
| 20 | public function load(array $configs, ContainerBuilder $container) |
||
| 25 | } |
||
| 26 |