Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
28 | public function getConfigTreeBuilder() { |
||
29 | |||
30 | $treeBuilder = new TreeBuilder(); |
||
31 | |||
32 | $rootNode = $treeBuilder->root("wbw_jquery_datatables"); |
||
33 | $rootNode->children() |
||
34 | ->booleanNode("twig")->defaultTrue()->info("Load Twig extensions")->end() |
||
35 | ->end(); |
||
36 | |||
37 | return $treeBuilder; |
||
38 | } |
||
39 | } |
||
40 |