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