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_organizer_regulation:
19 en: '/en/organizer-regulation'
20 fr: '/reglement-organisateur'
21 controller: Rapsys\AirBundle\Controller\DefaultController::organizerRegulation
24 rapsys_air_terms_of_service:
26 en: '/en/terms-of-service'
27 fr: '/conditions-generales-d-utilisation'
28 controller: Rapsys\AirBundle\Controller\DefaultController::termsOfService
31 rapsys_air_location_view:
33 en: '/en/location/{id<\d+>}'
34 fr: '/emplacement/{id<\d+>}'
35 controller: Rapsys\AirBundle\Controller\LocationController::view
38 rapsys_air_application_add:
42 controller: Rapsys\AirBundle\Controller\ApplicationController::add
49 controller: Rapsys\AirBundle\Controller\SessionController::index
52 rapsys_air_session_edit:
54 en: '/en/session/{id<\d+>}'
55 fr: '/seance/{id<\d+>}'
56 controller: Rapsys\AirBundle\Controller\SessionController::edit
59 rapsys_air_session_view:
61 en: '/en/session/{id<\d+>}'
62 fr: '/seance/{id<\d+>}'
63 controller: Rapsys\AirBundle\Controller\SessionController::view
66 rapsys_air_snippet_add:
70 controller: Rapsys\AirBundle\Controller\SnippetController::add
73 rapsys_air_snippet_edit:
75 en: '/en/snippet/{id<\d+>}'
76 fr: '/extrait/{id<\d+>}'
77 controller: Rapsys\AirBundle\Controller\SnippetController::edit
84 controller: Rapsys\AirBundle\Controller\OrganizerController::index
87 rapsys_air_organizer_view:
89 en: '/en/organizer/{id<\d+>}'
90 fr: '/organisateur/{id<\d+>}'
91 controller: Rapsys\AirBundle\Controller\OrganizerController::view
98 controller: Rapsys\UserBundle\Controller\DefaultController::login
105 controller: Rapsys\UserBundle\Controller\DefaultController::recover
108 rapsys_user_recover_mail:
110 en: /en/recover/{recipient}/{hash}
111 fr: /recuperer/{recipient}/{hash}
112 controller: Rapsys\UserBundle\Controller\DefaultController::recoverMail
114 recipient: '[a-zA-Z0-9=_-]+'
115 hash: '[a-zA-Z0-9=_-]+'
118 rapsys_user_register:
122 controller: Rapsys\UserBundle\Controller\DefaultController::register