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::contact
17 rapsys_air_frequently_asked_questions:
19 en: '/en/frequently-asked-questions'
20 fr: '/foire-aux-questions'
21 controller: Rapsys\AirBundle\Controller\DefaultController::frequentlyAskedQuestions
24 rapsys_air_organizer_regulation:
26 en: '/en/organizer-regulation'
27 fr: '/reglement-organisateur'
28 controller: Rapsys\AirBundle\Controller\DefaultController::organizerRegulation
31 rapsys_air_terms_of_service:
33 en: '/en/terms-of-service'
34 fr: '/conditions-generales-d-utilisation'
35 controller: Rapsys\AirBundle\Controller\DefaultController::termsOfService
42 controller: Rapsys\AirBundle\Controller\DefaultController::dispute
49 controller: Rapsys\AirBundle\Controller\LocationController::index
52 rapsys_air_location_add:
56 controller: Rapsys\AirBundle\Controller\LocationController::add
59 rapsys_air_location_edit:
61 en: '/en/location/{id<\d+>}'
62 fr: '/emplacement/{id<\d+>}'
63 controller: Rapsys\AirBundle\Controller\LocationController::edit
66 rapsys_air_location_view:
68 en: '/en/location/{id<\d+>}'
69 fr: '/emplacement/{id<\d+>}'
70 controller: Rapsys\AirBundle\Controller\LocationController::view
73 rapsys_air_application_add:
77 controller: Rapsys\AirBundle\Controller\ApplicationController::add
84 controller: Rapsys\AirBundle\Controller\SessionController::index
87 rapsys_air_session_edit:
89 en: '/en/session/{id<\d+>}'
90 fr: '/seance/{id<\d+>}'
91 controller: Rapsys\AirBundle\Controller\SessionController::edit
94 rapsys_air_session_view:
96 en: '/en/session/{id<\d+>}'
97 fr: '/seance/{id<\d+>}'
98 controller: Rapsys\AirBundle\Controller\SessionController::view
101 rapsys_air_snippet_add:
105 controller: Rapsys\AirBundle\Controller\SnippetController::add
108 rapsys_air_snippet_edit:
110 en: '/en/snippet/{id<\d+>}'
111 fr: '/extrait/{id<\d+>}'
112 controller: Rapsys\AirBundle\Controller\SnippetController::edit
119 controller: Rapsys\AirBundle\Controller\UserController::index
122 rapsys_air_user_view:
124 en: '/en/user/{id<\d+>}'
125 fr: '/utilisateur/{id<\d+>}'
126 controller: Rapsys\AirBundle\Controller\UserController::view
133 controller: Rapsys\UserBundle\Controller\DefaultController::login
140 controller: Rapsys\UserBundle\Controller\DefaultController::recover
143 rapsys_user_recover_mail:
145 en: /en/recover/{recipient}/{hash}
146 fr: /recuperer/{recipient}/{hash}
147 controller: Rapsys\UserBundle\Controller\DefaultController::recoverMail
149 recipient: '[a-zA-Z0-9=_-]+'
150 hash: '[a-zA-Z0-9=_-]+'
153 rapsys_user_register:
157 controller: Rapsys\UserBundle\Controller\DefaultController::register