Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
24 | public function getConfigTreeBuilder() |
||
25 | { |
||
26 | $treeBuilder = $this->treeBuilderFactory->createTreeBuilder(); |
||
27 | $alias = $this->bundle->getContainerExtension()->getAlias(); |
||
28 | $rootNode = $treeBuilder->root($alias); |
||
29 | |||
30 | $this->bundle->buildConfiguration($rootNode); |
||
31 | |||
32 | return $treeBuilder; |
||
33 | } |
||
34 | } |
||
35 |