Routing
pec_user_login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
Route Matching Logs
Path to match:
/en/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | bazinga_jstranslation_js | /translations/{domain}.{_format} | Path does not match |
| 2 | en__RG__fos_js_routing_js | /en/js/routing.{_format} | Path does not match |
| 3 | de__RG__fos_js_routing_js | /de/js/routing.{_format} | Path does not match |
| 4 | en__RG__pec_platform_toggle_sidebar_state | /en/sidebar/change/{state} | Path does not match |
| 5 | de__RG__pec_platform_toggle_sidebar_state | /de/sidebar/change/{state} | Path does not match |
| 6 | en__RG__pec_platform_preference_get | /en/preference/get/{key} | Path does not match |
| 7 | de__RG__pec_platform_preference_get | /de/preference/get/{key} | Path does not match |
| 8 | en__RG__pec_platform_preference_set | /en/preference/set/{key} | Path does not match |
| 9 | de__RG__pec_platform_preference_set | /de/preference/set/{key} | Path does not match |
| 10 | en__RG__pec_platform_homepage | /en/ | Path does not match |
| 11 | de__RG__pec_platform_homepage | /de/ | Path does not match |
| 12 | en__RG__pec_platform_ping | /en/ping.html | Path does not match |
| 13 | de__RG__pec_platform_ping | /de/ping.html | Path does not match |
| 14 | en__RG__pec_platform_user_ajax_list | /en/users/ajax/old | Path does not match |
| 15 | de__RG__pec_platform_user_ajax_list | /de/users/ajax/old | Path does not match |
| 16 | en__RG__pec_platform_user_ajax_list_new | /en/users/ajax | Path does not match |
| 17 | de__RG__pec_platform_user_ajax_list_new | /de/users/ajax | Path does not match |
| 18 | en__RG__pec_platform_user_and_group_ajax_list | /en/groups/users/ajax | Path does not match |
| 19 | de__RG__pec_platform_user_and_group_ajax_list | /de/groups/users/ajax | Path does not match |
| 20 | en__RG__pec_platform_package_index | /en/packages.html | Path does not match |
| 21 | de__RG__pec_platform_package_index | /de/packages.html | Path does not match |
| 22 | en__RG__pec_platform_package_xsx | /en/packages.xlsx | Path does not match |
| 23 | de__RG__pec_platform_package_xsx | /de/packages.xlsx | Path does not match |
| 24 | en__RG__pec_platform_themes_index | /en/theme.html | Path does not match |
| 25 | de__RG__pec_platform_themes_index | /de/theme.html | Path does not match |
| 26 | en__RG__pec_platform_themes_apply | /en/theme/{theme}/apply.html | Path does not match |
| 27 | de__RG__pec_platform_themes_apply | /de/theme/{theme}/apply.html | Path does not match |
| 28 | en__RG__pec_platform_flash_all | /en/flash/all.html | Path does not match |
| 29 | de__RG__pec_platform_flash_all | /de/flash/all.html | Path does not match |
| 30 | en__RG__dead | /en/404.html | Path does not match |
| 31 | de__RG__dead | /de/404.html | Path does not match |
| 32 | en__RG__login | /en/old/login | Path does not match |
| 33 | de__RG__login | /de/old/login | Path does not match |
| 34 | en__RG__register_by_invitation | /en/register/invitation/{code} | Path does not match |
| 35 | de__RG__register_by_invitation | /de/register/invitation/{code} | Path does not match |
| 36 | en__RG__pec_platform_security_impersonate | /en/impersonate | Path does not match |
| 37 | de__RG__pec_platform_security_impersonate | /de/impersonate | Path does not match |
| 38 | en__RG__pec_user_login | /en/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.