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
 
  21     controller: Rapsys\AirBundle\Controller\CalendarController::index
 
  24 rapsys_air_calendar_callback:
 
  25     path: '/calendar/callback'
 
  26     controller: Rapsys\AirBundle\Controller\CalendarController::callback
 
  29 rapsys_air_frequently_asked_questions:
 
  31         en: '/en/frequently-asked-questions'
 
  32         fr: '/foire-aux-questions'
 
  33     controller: Rapsys\AirBundle\Controller\DefaultController::frequentlyAskedQuestions
 
  36 rapsys_air_organizer_regulation:
 
  38         en: '/en/organizer-regulation'
 
  39         fr: '/reglement-organisateur'
 
  40     controller: Rapsys\AirBundle\Controller\DefaultController::organizerRegulation
 
  43 rapsys_air_terms_of_service:
 
  45         en: '/en/terms-of-service'
 
  46         fr: '/conditions-generales-d-utilisation'
 
  47     controller: Rapsys\AirBundle\Controller\DefaultController::termsOfService
 
  54     controller: Rapsys\AirBundle\Controller\DefaultController::dispute
 
  61     controller: Rapsys\AirBundle\Controller\LocationController::index
 
  64 rapsys_air_location_add:
 
  68     controller: Rapsys\AirBundle\Controller\LocationController::add
 
  71 rapsys_air_location_edit:
 
  73         en: '/en/location/{id<\d+>}'
 
  74         fr: '/emplacement/{id<\d+>}'
 
  75     controller: Rapsys\AirBundle\Controller\LocationController::edit
 
  78 rapsys_air_location_view:
 
  80         en: '/en/location/{id<\d+>}'
 
  81         fr: '/emplacement/{id<\d+>}'
 
  82     controller: Rapsys\AirBundle\Controller\LocationController::view
 
  85 rapsys_air_application_add:
 
  89     controller: Rapsys\AirBundle\Controller\ApplicationController::add
 
  96     controller: Rapsys\AirBundle\Controller\SessionController::index
 
  99 rapsys_air_session_edit:
 
 101         en: '/en/session/{id<\d+>}'
 
 102         fr: '/seance/{id<\d+>}'
 
 103     controller: Rapsys\AirBundle\Controller\SessionController::edit
 
 106 rapsys_air_session_view:
 
 108         en: '/en/session/{id<\d+>}'
 
 109         fr: '/seance/{id<\d+>}'
 
 110     controller: Rapsys\AirBundle\Controller\SessionController::view
 
 113 rapsys_air_snippet_add:
 
 117     controller: Rapsys\AirBundle\Controller\SnippetController::add
 
 120 rapsys_air_snippet_edit:
 
 122         en: '/en/snippet/{id<\d+>}'
 
 123         fr: '/extrait/{id<\d+>}'
 
 124     controller: Rapsys\AirBundle\Controller\SnippetController::edit
 
 131     controller: Rapsys\AirBundle\Controller\UserController::index
 
 134 rapsys_air_user_view:
 
 136         en: '/en/user/{id<\d+>}'
 
 137         fr: '/utilisateur/{id<\d+>}'
 
 138     controller: Rapsys\AirBundle\Controller\UserController::view
 
 145     controller: Rapsys\UserBundle\Controller\DefaultController::login
 
 152     controller: Rapsys\UserBundle\Controller\DefaultController::recover
 
 155 rapsys_user_recover_mail:
 
 157         en: /en/recover/{recipient}/{hash}
 
 158         fr: /recuperer/{recipient}/{hash}
 
 159     controller: Rapsys\UserBundle\Controller\DefaultController::recoverMail
 
 161         recipient: '[a-zA-Z0-9=_-]+'
 
 162         hash: '[a-zA-Z0-9=_-]+'
 
 165 rapsys_user_register:
 
 169     controller: Rapsys\UserBundle\Controller\DefaultController::register