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