Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
13 | public function getConfigTreeBuilder() |
||
14 | { |
||
15 | $treeBuilder = new TreeBuilder(); |
||
16 | $rootNode = $treeBuilder->root('netgen_enhanced_ez_binary_file'); |
||
17 | |||
18 | // Here you should define the parameters that are allowed to |
||
19 | // configure your bundle. See the documentation linked above for |
||
20 | // more information on that topic. |
||
21 | |||
22 | return $treeBuilder; |
||
23 | } |
||
24 | } |
||
25 |