Routing
bazinga_jstranslation_js
Matched route
Route Parameters
| Name | Value |
|---|---|
| _format | "js" |
| domain | "messages" |
Route Matching Logs
Path to match:
/translations
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | home_index.en | / | Path does not match |
| 2 | home_index.hu | /hu/ | Path does not match |
| 3 | app_report_kpi.en | /reports/kpi | Path does not match |
| 4 | app_report_kpi.hu | /hu/reports/kpi | Path does not match |
| 5 | app_security_login.en | /login | Path does not match |
| 6 | app_security_login.hu | /hu/login | Path does not match |
| 7 | fos_js_routing_js | /js/routing.{_format} | Path does not match |
| 8 | fos_user_security_login | /login | Path does not match |
| 9 | fos_user_security_check | /login_check | Path does not match |
| 10 | fos_user_security_logout | /logout | Path does not match |
| 11 | fos_user_profile_show | /profile/ | Path does not match |
| 12 | fos_user_profile_edit | /profile/edit | Path does not match |
| 13 | fos_user_registration_register | /register/ | Path does not match |
| 14 | fos_user_registration_check_email | /register/check-email | Path does not match |
| 15 | fos_user_registration_confirm | /register/confirm/{token} | Path does not match |
| 16 | fos_user_registration_confirmed | /register/confirmed | Path does not match |
| 17 | fos_user_resetting_request | /resetting/request | Path does not match |
| 18 | fos_user_resetting_send_email | /resetting/send-email | Path does not match |
| 19 | fos_user_resetting_check_email | /resetting/check-email | Path does not match |
| 20 | fos_user_resetting_reset | /resetting/reset/{token} | Path does not match |
| 21 | fos_user_change_password | /profile/change-password | Path does not match |
| 22 | bazinga_jstranslation_js | /translations/{domain}.{_format} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.