Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
28 | public function getConfigTreeBuilder() |
||
29 | { |
||
30 | $treeBuilder = new TreeBuilder(); |
||
31 | $treeBuilder->root('moo_flash_card_admin'); |
||
32 | |||
33 | // Here you should define the parameters that are allowed to |
||
34 | // configure your bundle. See the documentation linked above for |
||
35 | // more information on that topic. |
||
36 | return $treeBuilder; |
||
37 | } |
||
38 | |||
40 |