| 1 | <?php |
||
| 10 | class LoggerSubExtension extends AbstractExtension |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @inheritDoc |
||
| 14 | */ |
||
| 15 | 1 | public function getConfigKey() |
|
| 19 | |||
| 20 | // @codeCoverageIgnoreStart |
||
| 21 | // Not possible to cover this because ExtensionManager is a final class |
||
| 22 | // Will be covered by FT |
||
| 23 | /** |
||
| 24 | * {@inheritdoc} |
||
| 25 | */ |
||
| 26 | public function initialize(ExtensionManager $extensionManager) |
||
| 29 | // @codeCoverageIgnoreEnd |
||
| 30 | |||
| 31 | // @codeCoverageIgnoreStart |
||
| 32 | // Will be covered by FT |
||
| 33 | /** |
||
| 34 | * @inheritDoc |
||
| 35 | */ |
||
| 36 | public function configure(ArrayNodeDefinition $builder) |
||
| 56 | // @codeCoverageIgnoreEnd |
||
| 57 | |||
| 58 | /** |
||
| 59 | * {@inheritdoc} |
||
| 60 | */ |
||
| 61 | public function load(ContainerBuilder $container, array $config) |
||
| 64 | |||
| 65 | /** |
||
| 66 | * {@inheritdoc} |
||
| 67 | */ |
||
| 68 | 1 | public function process(ContainerBuilder $container) |
|
| 71 | } |
||
| 72 |