1 | <?php |
||
18 | final class Configuration implements ConfigurationInterface |
||
19 | { |
||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | public function getConfigTreeBuilder() |
||
35 | |||
36 | /** |
||
37 | * @param ArrayNodeDefinition $node |
||
38 | */ |
||
39 | private function addCacheSection(ArrayNodeDefinition $node): void |
||
52 | |||
53 | /** |
||
54 | * @param ArrayNodeDefinition $node |
||
55 | */ |
||
56 | private function addStaticUrlsSection(ArrayNodeDefinition $node): void |
||
73 | } |
||
74 |