Julien Fastré b40b85527a create a first set of export framework
- create interfaces
- create an export manager
- add a compiler pass to gather services tagged for export
2016-04-15 23:13:40 +02:00

19 lines
503 B
YAML

chill_main_export_index:
path: /
defaults: { _controller: ChillMainBundle:Export:index }
options:
menus:
section:
order: 20
label: Export Menu
icons: [upload]
chill_main_export_new:
path: /new/{alias}
defaults: { _controller: ChillMainBundle:Export:new }
chill_main_export_generate:
path: /generate/{alias}
defaults: { _controller: ChillMainBundle:Export:generate }
methods: [GET]