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