1 #https://symfony.com/doc/current/routing.html#localized-routes-i18n
2 #SCRUD: index, add, edit, delete, view
7 controller: Rapsys\AirBundle\Controller\DefaultController::index
14 controller: Rapsys\AirBundle\Controller\DefaultController::about
21 controller: Rapsys\AirBundle\Controller\DefaultController::contact
28 controller: Rapsys\AirBundle\Controller\CalendarController::index
31 rapsys_air_calendar_callback:
32 path: '/calendar/callback'
33 controller: Rapsys\AirBundle\Controller\CalendarController::callback
36 rapsys_air_frequently_asked_questions:
38 en-gb: '/en/frequently-asked-questions'
39 fr-fr: '/foire-aux-questions'
40 controller: Rapsys\AirBundle\Controller\DefaultController::frequentlyAskedQuestions
43 rapsys_air_organizer_regulation:
45 en-gb: '/en/organizer-regulation'
46 fr-fr: '/reglement-organisateur'
47 controller: Rapsys\AirBundle\Controller\DefaultController::organizerRegulation
50 rapsys_air_terms_of_service:
52 en-gb: '/en/terms-of-service'
53 fr-fr: '/conditions-generales-d-utilisation'
54 controller: Rapsys\AirBundle\Controller\DefaultController::termsOfService
60 fr-fr: '/contestation'
61 controller: Rapsys\AirBundle\Controller\DefaultController::dispute
68 controller: Rapsys\AirBundle\Controller\LocationController::index
71 rapsys_air_location_add:
75 controller: Rapsys\AirBundle\Controller\LocationController::add
78 rapsys_air_location_edit:
80 en-gb: '/en/location/{id<\d+>}'
81 fr-fr: '/emplacement/{id<\d+>}'
82 controller: Rapsys\AirBundle\Controller\LocationController::edit
85 rapsys_air_location_view:
87 en-gb: '/en/location/{id<\d+>}'
88 fr-fr: '/emplacement/{id<\d+>}'
89 controller: Rapsys\AirBundle\Controller\LocationController::view
92 rapsys_air_application_add:
94 en-gb: '/en/application'
96 controller: Rapsys\AirBundle\Controller\ApplicationController::add
103 controller: Rapsys\AirBundle\Controller\SessionController::index
106 rapsys_air_session_edit:
108 en-gb: '/en/session/{id<\d+>}'
109 fr-fr: '/seance/{id<\d+>}'
110 controller: Rapsys\AirBundle\Controller\SessionController::edit
113 rapsys_air_session_tangoargentin:
115 en-gb: '/en/session/tangoargentin'
116 fr-fr: '/seance/tangoargentin'
118 controller: Rapsys\AirBundle\Controller\SessionController::tangoargentin
121 rapsys_air_session_view:
123 en-gb: '/en/session/{id<\d+>}'
124 fr-fr: '/seance/{id<\d+>}'
125 controller: Rapsys\AirBundle\Controller\SessionController::view
128 rapsys_air_snippet_add:
132 controller: Rapsys\AirBundle\Controller\SnippetController::add
135 rapsys_air_snippet_edit:
137 en-gb: '/en/snippet/{id<\d+>}'
138 fr-fr: '/extrait/{id<\d+>}'
139 controller: Rapsys\AirBundle\Controller\SnippetController::edit
145 fr-fr: '/utilisateur'
146 controller: Rapsys\AirBundle\Controller\UserController::index
149 rapsys_air_user_view:
151 en-gb: '/en/user/{id<\d+>}'
152 fr-fr: '/utilisateur/{id<\d+>}'
153 controller: Rapsys\AirBundle\Controller\UserController::view
160 controller: Rapsys\UserBundle\Controller\DefaultController::login
167 controller: Rapsys\UserBundle\Controller\DefaultController::recover
170 rapsys_user_recover_mail:
172 en-gb: /en/recover/{recipient}/{hash}
173 fr-fr: /recuperer/{recipient}/{hash}
174 controller: Rapsys\UserBundle\Controller\DefaultController::recoverMail
176 recipient: '[a-zA-Z0-9=_-]+'
177 hash: '[a-zA-Z0-9=_-]+'
180 rapsys_user_register:
184 controller: Rapsys\UserBundle\Controller\DefaultController::register