| Conditions | 1 |
| Paths | 1 |
| Total Lines | 16 |
| Code Lines | 12 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | public function getConfigTreeBuilder() |
||
| 24 | { |
||
| 25 | $treeBuilder = new TreeBuilder(); |
||
| 26 | $treeBuilder->root('e_xpansion_core') |
||
| 27 | ->children() |
||
| 28 | ->arrayNode('parameters')->children() |
||
| 29 | ->arrayNode('core_chat_color_codes') |
||
| 30 | ->useAttributeAsKey('name') |
||
| 31 | ->prototype('scalar') |
||
| 32 | ->end() |
||
| 33 | ->end() |
||
| 34 | ->end(); |
||
| 35 | |||
| 36 | |||
| 37 | return $treeBuilder; |
||
| 38 | } |
||
| 39 | } |