Routing
user_login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
Route Matching Logs
Path to match:
/fr/user/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 9 | _profiler_open_file | /_profiler/open | Path does not match |
| 10 | _profiler | /_profiler/{token} | Path does not match |
| 11 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 14 | user_ajax_autocomplete | /admin/ajax/userautocomplete | Path does not match |
| 15 | admin | /admin | Path does not match |
| 16 | admin_import | /admin/import | Path does not match |
| 17 | admin_login | /admin/login | Path does not match |
| 18 | admin_logout | /admin/logout | Path does not match |
| 19 | cms | /{_locale}/cms/{slug} | Path does not match |
| 20 | donation | /{_locale}/donation | Path does not match |
| 21 | donation_process | /{_locale}/donation-process | Path does not match |
| 22 | donation_payment_response | /{_locale}/donation-payment-response | Path does not match |
| 23 | donation_payment_error | /{_locale}/donation-payment-error/{donation} | Path does not match |
| 24 | donation_payment_success | /{_locale}/donation-payment-success/{donation} | Path does not match |
| 25 | faq | /{_locale}/faq | Path does not match |
| 26 | index_root | / | Path does not match |
| 27 | index | /{_locale} | Path does not match |
| 28 | user_account | /{_locale}/user/account | Path does not match |
| 29 | user_account_download_personal_data | /{_locale}/user/account/download-personal-data | Path does not match |
| 30 | user_account_delete_account | /{_locale}/user/account/delete-account | Path does not match |
| 31 | user_address | /{_locale}/user/address | Path does not match |
| 32 | user_compensation | /{_locale}/user/compensation | Path does not match |
| 33 | user_dashboard | /{_locale}/user | Path does not match |
| 34 | user_history | /{_locale}/user/history | Path does not match |
| 35 | user_register | /{_locale}/user/register | Path does not match |
| 36 | user_forgot_password_request | /{_locale}/reset-password | Path does not match |
| 37 | user_check_email | /{_locale}/reset-password/check-email | Path does not match |
| 38 | user_reset_password | /{_locale}/reset-password/reset/{token} | Path does not match |
| 39 | user_login | /{_locale}/user/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.