| 1 | <?php |
||
| 8 | class KernelSubExtension extends AbstractSubExtension |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @inheritDoc |
||
| 12 | */ |
||
| 13 | 3 | public function getConfigKey() |
|
| 17 | |||
| 18 | /** |
||
| 19 | * @inheritDoc |
||
| 20 | */ |
||
| 21 | public function configure(ArrayNodeDefinition $builder) |
||
| 64 | |||
| 65 | /** |
||
| 66 | * {@inheritdoc} |
||
| 67 | */ |
||
| 68 | 2 | public function load(ContainerBuilder $container, array $config) |
|
| 85 | |||
| 86 | /** |
||
| 87 | * {@inheritdoc} |
||
| 88 | */ |
||
| 89 | 3 | public function process(ContainerBuilder $container) |
|
| 105 | } |
||
| 106 |