Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
21 | public function getConfigTreeBuilder() |
||
22 | { |
||
23 | $treeBuilder = new TreeBuilder(); |
||
24 | $rootNode = $treeBuilder->root('narrator'); |
||
25 | |||
26 | // Here you should define the parameters that are allowed to |
||
27 | // configure your bundle. See the documentation linked above for |
||
28 | // more information on that topic. |
||
29 | |||
30 | return $treeBuilder; |
||
31 | } |
||
32 | } |
||
33 |