Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
21 | 2 | public function getConfigTreeBuilder() |
|
22 | { |
||
23 | 2 | $treeBuilder = new TreeBuilder(); |
|
24 | 2 | $treeBuilder->root('graviton_analytics'); |
|
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 | 2 | return $treeBuilder; |
|
31 | } |
||
32 | } |
||
33 |