1 | <?php |
||
14 | class Configuration implements ConfigurationInterface |
||
15 | { |
||
16 | /** |
||
17 | * Config tree builder. |
||
18 | * |
||
19 | * Example config: |
||
20 | * |
||
21 | * gpslab_domain_event: |
||
22 | * locator: 'named_event' |
||
23 | * name_resolver: 'event_class' |
||
24 | * |
||
25 | * @return TreeBuilder |
||
26 | */ |
||
27 | public function getConfigTreeBuilder() |
||
44 | } |
||
45 |