| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | public function getConfigTreeBuilder() |
||
| 19 | { |
||
| 20 | $treeBuilder = new TreeBuilder(); |
||
| 21 | $rootNode = $treeBuilder->root('hello_word_pl_simple_entity_generator'); |
||
|
|
|||
| 22 | |||
| 23 | // Here you should define the parameters that are allowed to |
||
| 24 | // configure your bundle. See the documentation linked above for |
||
| 25 | // more information on that topic. |
||
| 26 | |||
| 27 | return $treeBuilder; |
||
| 28 | } |
||
| 29 | } |
||
| 30 |
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.