Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | categorie_page | /categorie | Path does not match |
| 2 | add_categorie_page | /add_categorie | Path does not match |
| 3 | edit_categorie_page | /edit_categorie/{id} | Path does not match |
| 4 | delete_categorie | /delete_categorie | Path does not match |
| 5 | fonction_page | /fonction | Path does not match |
| 6 | add_fonction_page | /add_fonction | Path does not match |
| 7 | edit_fonction_page | /edit_fonction/{id} | Path does not match |
| 8 | delete_fonction | /delete_fonction | Path does not match |
| 9 | groupe_page | /groupe | Path does not match |
| 10 | add_groupe_page | /add_groupe | Path does not match |
| 11 | edit_groupe_page | /edit_groupe/{id} | Path does not match |
| 12 | delete_groupe | /delete_groupe | Path does not match |
| 13 | groupe_edit_roles_page | /groupe_edit_roles/{id} | Path does not match |
| 14 | qualification_page | /qualification | Path does not match |
| 15 | add_qualification_page | /add_qualification | Path does not match |
| 16 | edit_qualification_page | /edit_qualification/{id} | Path does not match |
| 17 | delete_qualification | /delete_qualification | Path does not match |
| 18 | user_page | /user | Path does not match |
| 19 | add_user_page | /add_user | Path does not match |
| 20 | edit_user_page | /edit_user/{id} | Path does not match |
| 21 | profil_user | /profil_user | Path does not match |
| 22 | delete_user | /delete_user | Path does not match |
| 23 | send_email_confirmation_user_page | /send_email_confirmation_user/{id} | Path does not match |
| 24 | app_confirm_email | /confirm/email | Path does not match |
| 25 | user_fast_authenticate | /user_fast_authenticate/{id} | Path does not match |
| 26 | user_edit_roles_page | /user_edit_roles/{id} | Path does not match |
| 27 | centresPaie_utilisateur | /centresPaie_utilisateur | Path does not match |
| 28 | Add_centres_paie_employeur | /Add_centres_paie_employeur | Path does not match |
| 29 | app_login | /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.