Routing
set_language
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| _locales | "fr" |
| locale | "fr" |
Route Matching Logs
Path to match:
/en/setlanguage/fr
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_cancelled_reservation | /{_locale}/web/blacklist/ | Path does not match |
| 2 | canceled_reservation_pagination | /{_locale}/web/blacklist/pagination | Path does not match |
| 3 | app_coach_index | /{_locale}/web/coaches/ | Path does not match |
| 4 | app_coach_new | /{_locale}/web/coaches/new | Path does not match |
| 5 | app_coach_edit | /{_locale}/web/coaches/{id}/edit | Path does not match |
| 6 | app_coach_delete | /{_locale}/web/coaches/delete/{id} | Path does not match |
| 7 | app_check_coach | /{_locale}/web/coaches/check | Path does not match |
| 8 | app_course_index | /{_locale}/web/courses/ | Path does not match |
| 9 | course_pagination | /{_locale}/web/courses/pagination | Path does not match |
| 10 | app_course_new | /{_locale}/web/courses/new | Path does not match |
| 11 | app_course_edit | /{_locale}/web/courses/{id}/edit | Path does not match |
| 12 | app_course_delete | /{_locale}/web/courses/delete/{id} | Path does not match |
| 13 | course_toggle_public | /{_locale}/web/courses/toggleCourse | Path does not match |
| 14 | home_page | /{_locale}/web/ | Path does not match |
| 15 | dashboard_data | /{_locale}/web/dashboard | Path does not match |
| 16 | coaches_stat | /{_locale}/web/coaches_stat | Path does not match |
| 17 | categories_stat | /{_locale}/web/categories_stat | Path does not match |
| 18 | planning_stat | /{_locale}/web/planning_stat | Path does not match |
| 19 | members_stat | /{_locale}/web/members_stat | Path does not match |
| 20 | members_cancellation_stat | /{_locale}/web/members_cancellation_stat | Path does not match |
| 21 | app_member_index | /{_locale}/web/members/ | Path does not match |
| 22 | app_member_new | /{_locale}/web/members/new | Path does not match |
| 23 | app_member_edit | /{_locale}/web/members/{id}/edit | Path does not match |
| 24 | app_member_delete | /{_locale}/web/members/delete/{id} | Path does not match |
| 25 | toggle_user_block | /{_locale}/web/members/toggleBlockMember | Path does not match |
| 26 | app_notif_index | /{_locale}/web/notification/ | Path does not match |
| 27 | notif_pagination | /{_locale}/web/notification/pagination | Path does not match |
| 28 | app_notif_new | /{_locale}/web/notification/new | Path does not match |
| 29 | app_notif_edit | /{_locale}/web/notification/{id}/edit | Path does not match |
| 30 | app_notif_delete | /{_locale}/web/notification/delete/{id} | Path does not match |
| 31 | notif_toggle_public | /{_locale}/web/notification/toggleNotif | Path does not match |
| 32 | app_planning_index | /{_locale}/web/planning/ | Path does not match |
| 33 | app_planning_event | /{_locale}/web/planning/events | Path does not match |
| 34 | app_planning_save | /{_locale}/web/planning/save | Path does not match |
| 35 | app_planning_update | /{_locale}/web/planning/edit | Path does not match |
| 36 | app_planning_delete | /{_locale}/web/planning/delete | Path does not match |
| 37 | app_get_planning_reservation | /{_locale}/web/planning/get/reservation | Path does not match |
| 38 | app_get_available_users | /{_locale}/web/planning/get/available/users | Path does not match |
| 39 | app_add_reservation | /{_locale}/web/planning/add/reservation | Path does not match |
| 40 | app_cancel_reservation | /{_locale}/web/planning/cancel/reservation | Path does not match |
| 41 | app_planning_duplicate_week | /{_locale}/web/planning/duplicate-week | Path does not match |
| 42 | app_post_index | /{_locale}/web/posts/ | Path does not match |
| 43 | post_pagination | /{_locale}/web/posts/pagination | Path does not match |
| 44 | app_post_new | /{_locale}/web/posts/new | Path does not match |
| 45 | app_post_edit | /{_locale}/web/posts/{id}/edit | Path does not match |
| 46 | app_post_delete | /{_locale}/web/posts/delete/{id} | Path does not match |
| 47 | post_toggle_pinned | /{_locale}/web/posts/togglePinned | Path does not match |
| 48 | app_web_mercure | /{_locale}/web/mercure | Path does not match |
| 49 | app_web_mercure_test | /{_locale}/web/mercure/test | Path does not match |
| 50 | app_web_mercure2 | /{_locale}/web/testmercure | Path does not match |
| 51 | app_user_index | /{_locale}/web/user/ | Path does not match |
| 52 | app_user_new | /{_locale}/web/user/new | Path does not match |
| 53 | app_user_edit | /{_locale}/web/user/{id}/edit | Path does not match |
| 54 | app_user_delete | /{_locale}/web/user/delete/{id} | Path does not match |
| 55 | user_pagination | /{_locale}/web/user/pagination | Path does not match |
| 56 | api_profile_update | /api/v1/profile/update | Path does not match |
| 57 | api_change_password | /api/v1/change-password | Path does not match |
| 58 | api_set_device_token | /api/v1/set-device-token | Path does not match |
| 59 | api_courses_list | /api/v1/courses-list | Path does not match |
| 60 | api_get_course | /api/v1/get-course | Path does not match |
| 61 | api_planning_list | /api/v1/planning-list | Path does not match |
| 62 | api_news_list | /api/v1/news-list | Path does not match |
| 63 | api_notifs_list | /api/v1/my-notifications | Path does not match |
| 64 | api_count_my_notifs_list | /api/v1/count-my-notifications | Path does not match |
| 65 | api_edit_notif | /api/v1/edit-notification | Path does not match |
| 66 | api_clear_my_notifs | /api/v1/clear-notifications | Path does not match |
| 67 | api_add_reservation | /api/v1/add-reservation | Path does not match |
| 68 | api_cancel_reservation | /api/v1/cancel-reservation | Path does not match |
| 69 | api_my_reservations_list | /api/v1/my-reservations | Path does not match |
| 70 | api_reservations_list | /api/v1/reservations-list | Path does not match |
| 71 | api_tutorials_list | /api/v1/tutorials-list | Path does not match |
| 72 | forgotPassword | /public/v1/forgotPassword | Path does not match |
| 73 | api_profile_register | /public/v1/profile/register | Path does not match |
| 74 | app_forgot_password_request | /{_locale}/reset-password | Path does not match |
| 75 | app_check_email | /{_locale}/reset-password/check-email | Path does not match |
| 76 | app_reset_password | /{_locale}/reset-password/reset/{token} | Path does not match |
| 77 | api_verify_email | /{_locale}/reset-password/verify-email | Path does not match |
| 78 | app_verified | /{_locale}/reset-password/verified | Path does not match |
| 79 | app_verification_failed | /{_locale}/reset-password/verification-failed | Path does not match |
| 80 | app_login | /{_locale}/login | Path does not match |
| 81 | set_language | /{_locale}/setlanguage/{locale} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.