| 1 | <?php |
||
| 15 | class Configuration implements ConfigurationInterface |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * Config tree builder. |
||
| 19 | * |
||
| 20 | * Example config: |
||
| 21 | * |
||
| 22 | * gpslab_domain_event: |
||
| 23 | * bus: 'listener_located' |
||
| 24 | * queue: 'pull_memory' |
||
| 25 | * locator: 'symfony' |
||
| 26 | * |
||
| 27 | * @return TreeBuilder |
||
| 28 | */ |
||
| 29 | 5 | public function getConfigTreeBuilder() |
|
| 53 | } |
||
| 54 |