Routing
app_login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "de" |
Route Matching Logs
Path to match:
/de/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | default_comment_multicount | /{_locale}/profile/comments/commentmulticount/ | Path does not match |
| 2 | default_comment_count | /{_locale}/profile/comments/commentcount/{className}/{subjectUuid}/ | Path does not match |
| 3 | default_comment | /{_locale}/profile/comments/comment/{className}/{subjectUuid}/{withoutPaddings} | Path does not match |
| 4 | comments_commentdocument_download | /{_locale}/profile/comments/downloadcommentdocument/{uuid} | Path does not match |
| 5 | comments_commentdelete | /{_locale}/profile/comments/deletecomment/{uuid} | Path does not match |
| 6 | user_dashboard | /{_locale}/profile/dashboard | Path does not match |
| 7 | user_dashboard_reorder | /{_locale}/profile/dashboard-reorder | Path does not match |
| 8 | administration_dashboard | /{_locale}/profile/administration/dashboard | Path does not match |
| 9 | login | /login | Path does not match |
| 10 | homepage | / | Path does not match |
| 11 | app_login | /{_locale}/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.