| 1 | <?php |
||
| 13 | class ErrorExtension implements ExtensionInterface |
||
| 14 | { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * {@inheritDoc} |
||
| 18 | */ |
||
| 19 | public function load(ContainerBuilder $container, array $config) |
||
| 24 | |||
| 25 | /** |
||
| 26 | * {@inheritDoc} |
||
| 27 | */ |
||
| 28 | public function configure(ArrayNodeDefinition $builder) |
||
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritDoc} |
||
| 34 | */ |
||
| 35 | public function getConfigKey() |
||
| 39 | |||
| 40 | /** |
||
| 41 | * {@inheritdoc} |
||
| 42 | */ |
||
| 43 | public function initialize(ExtensionManager $extensionManager) |
||
| 46 | |||
| 47 | /** |
||
| 48 | * {@inheritDoc} |
||
| 49 | */ |
||
| 50 | public function process(ContainerBuilder $container) |
||
| 62 | } |
||
| 63 |