Routing
user_login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
Route Matching Logs
Path to match:
/fr/connexion
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 3 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 4 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 5 | _wdt | /_wdt/{token} | Path does not match |
| 6 | _profiler_home | /_profiler/ | Path does not match |
| 7 | _profiler_search | /_profiler/search | Path does not match |
| 8 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 9 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 10 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 11 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 12 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 13 | _profiler_open_file | /_profiler/open | Path does not match |
| 14 | _profiler | /_profiler/{token} | Path does not match |
| 15 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 16 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 17 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 18 | show | /{id}/show | Path does not match |
| 19 | rh_admin_equipment_index | /gestion/equipments | Path does not match |
| 20 | rh_admin_equipment_index_paginated | /gestion/equipments/page/{page} | Path does not match |
| 21 | rh_admin_equipment_show | /gestion/equipment/{id} | Path does not match |
| 22 | rh_admin_equipment_new | /gestion/employee/{id}/equipment | Path does not match |
| 23 | rh_admin_equipment_edit | /gestion/employee/{id}/equipment/edit | Path does not match |
| 24 | rh_admin_equipment_return | /gestion/equipment/{id}/return | Path does not match |
| 25 | rh_admin_equipment_delete | /gestion/equipment/{id}/delete | Path does not match |
| 26 | rh_admin_equipment_assign | /gestion/equipment/{id}/assign | Path does not match |
| 27 | change_locale | /change-locale/{locale} | Path does not match |
| 28 | common_admin_change_locale | /gestion/change-locale/{locale} | Path does not match |
| 29 | common_admin_event_index | /gestion/events | Path does not match |
| 30 | common_admin_event_index_paginated | /gestion/events/page/{page} | Path does not match |
| 31 | common_admin_group_index | /gestion/groups | Path does not match |
| 32 | common_admin_group_new | /gestion/groups/new | Path does not match |
| 33 | common_admin_group_edit | /gestion/group/{id}/edit | Path does not match |
| 34 | common_admin_group_show | /gestion/group/{id} | Path does not match |
| 35 | common_admin_group_delete | /gestion/group/{id}/delete | Path does not match |
| 36 | common_admin_list_index | /gestion/lists | Path does not match |
| 37 | common_admin_list_item_index | /gestion/items/{name} | Path does not match |
| 38 | common_admin_list_item_new | /gestion/items/{name}/new | Path does not match |
| 39 | common_admin_list_item_edit | /gestion/item/{name}/{itemId}/edit | Path does not match |
| 40 | common_admin_list_item_show | /gestion/item/{name}/{itemId} | Path does not match |
| 41 | common_admin_list_item_activate | /gestion/item/{name}/{itemId}/activate | Path does not match |
| 42 | common_admin_list_item_unactivate | /gestion/item/{name}/{itemId}/unactivate | Path does not match |
| 43 | common_admin_right_index | /gestion/rights | Path does not match |
| 44 | common_admin_right_index_paginated | /gestion/rights/page/{page} | Path does not match |
| 45 | common_admin_right_edit_all | /gestion/rights | Path does not match |
| 46 | common_admin_right_show | /gestion/right/{id} | Path does not match |
| 47 | common_admin_route_index | /gestion/routes | Path does not match |
| 48 | common_admin_route_index_paginated | /gestion/routes/page/{page} | Path does not match |
| 49 | common_admin_route_show | /gestion/route/{name} | Path does not match |
| 50 | common_admin_route_edit | /gestion/route/{name}/edit | Path does not match |
| 51 | common_admin_route_activate | /gestion/route/{name}/activate | Path does not match |
| 52 | common_admin_route_unactivate | /gestion/route/{name}/unactivate | Path does not match |
| 53 | common_admin_route_activate_all | /gestion/route/{name}/activate-all | Path does not match |
| 54 | common_admin_route_unactivate_all | /gestion/route/{name}/unactivate-all | Path does not match |
| 55 | common_autocomplete_users | /users | Path does not match |
| 56 | user_login.fr | /fr/connexion | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.