Routing
app_login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "de" |
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin.en | /en/admin | Path does not match |
| 2 | admin.de | /admin | Path does not match |
| 3 | app_api_apisecurity_gettoken.en | /en/api/get-token | Path does not match |
| 4 | app_api_apisecurity_gettoken.de | /api/get-token | Path does not match |
| 5 | fence_heights_list.en | /en/api/fence_heights | Path does not match |
| 6 | fence_heights_list.de | /api/fence_heights | Path does not match |
| 7 | app_api_fence_updatefencestandard.en | /en/api/fence_faces/{face_id}/standards/{standard_id} | Path does not match |
| 8 | app_api_fence_updatefencestandard.de | /api/fence_faces/{face_id}/standards/{standard_id} | Path does not match |
| 9 | predefined_quotation_items_list.en | /en/api/predefined-quotation-items | Path does not match |
| 10 | predefined_quotation_items_list.de | /api/predefined-quotation-items | Path does not match |
| 11 | predefined_quotation_items_show.en | /en/api/predefined-quotation-items/{id} | Path does not match |
| 12 | predefined_quotation_items_show.de | /api/predefined-quotation-items/{id} | Path does not match |
| 13 | predefined_quotation_items_create.en | /en/api/predefined-quotation-items | Path does not match |
| 14 | predefined_quotation_items_create.de | /api/predefined-quotation-items | Path does not match |
| 15 | predefined_quotation_items_update.en | /en/api/predefined-quotation-items/{id} | Path does not match |
| 16 | predefined_quotation_items_update.de | /api/predefined-quotation-items/{id} | Path does not match |
| 17 | predefined_quotation_items_delete.en | /en/api/predefined-quotation-items/{id} | Path does not match |
| 18 | predefined_quotation_items_delete.de | /api/predefined-quotation-items/{id} | Path does not match |
| 19 | app_save_general_settings.en | /en/settings/save-general-settings | Path does not match |
| 20 | app_save_general_settings.de | /settings/save-general-settings | Path does not match |
| 21 | app_save_elements_descriptions.en | /en/settings/save-elements-descriptions | Path does not match |
| 22 | app_save_elements_descriptions.de | /settings/save-elements-descriptions | Path does not match |
| 23 | app_save_box_prices.en | /en/settings/save-box-prices | Path does not match |
| 24 | app_save_box_prices.de | /settings/save-box-prices | Path does not match |
| 25 | app_fence_offer_get_alfen_html.en | /en/fence-offer/get-alfen-offer-html/{id} | Path does not match |
| 26 | app_fence_offer_get_alfen_html.de | /fence-offer/get-alfen-offer-html/{id} | Path does not match |
| 27 | app_homepage.en | /en/ | Path does not match |
| 28 | app_homepage.de | / | Path does not match |
| 29 | app_mailer.en | /en/mailer | Path does not match |
| 30 | app_mailer.de | /mailer | Path does not match |
| 31 | app_mailer_pdf.en | /en/mailer/pdf | Path does not match |
| 32 | app_mailer_pdf.de | /mailer/pdf | Path does not match |
| 33 | app_forgot_password_request.en | /en/reset-password | Path does not match |
| 34 | app_forgot_password_request.de | /reset-password | Path does not match |
| 35 | app_check_email.en | /en/reset-password/check-email | Path does not match |
| 36 | app_check_email.de | /reset-password/check-email | Path does not match |
| 37 | app_reset_password.en | /en/reset-password/reset/{token} | Path does not match |
| 38 | app_reset_password.de | /reset-password/reset/{token} | Path does not match |
| 39 | app_login.en | /en/login | Path does not match |
| 40 | app_login.de | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.