Routing
cookie_policy
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "es" |
Route Matching Logs
Path to match:
/es/cookie-policy
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_users.es | /es/home/users | Path does not match |
| 2 | app_admin_users.ca | /ca/home/users | Path does not match |
| 3 | app_admin_users.eu | /eu/home/users | Path does not match |
| 4 | app_admin_users_action.es | /es/home/users/action/{id}/{value} | Path does not match |
| 5 | app_admin_users_action.ca | /ca/home/users/action/{id}/{value} | Path does not match |
| 6 | app_admin_users_action.eu | /eu/home/users/action/{id}/{value} | Path does not match |
| 7 | app_admin_users_email_check.es | /es/home/users/check_email | Path does not match |
| 8 | app_admin_users_email_check.ca | /ca/home/users/check_email | Path does not match |
| 9 | app_admin_users_email_check.eu | /eu/home/users/check_email | Path does not match |
| 10 | app_admin_users_info.es | /es/home/users/info/{id} | Path does not match |
| 11 | app_admin_users_info.ca | /ca/home/users/info/{id} | Path does not match |
| 12 | app_admin_users_info.eu | /eu/home/users/info/{id} | Path does not match |
| 13 | app_admin_users_create.es | /es/home/users/create | Path does not match |
| 14 | app_admin_users_create.ca | /ca/home/users/create | Path does not match |
| 15 | app_admin_users_create.eu | /eu/home/users/create | Path does not match |
| 16 | app_admin_users_delete.es | /es/home/users/delete/{id} | Path does not match |
| 17 | app_admin_users_delete.ca | /ca/home/users/delete/{id} | Path does not match |
| 18 | app_admin_users_delete.eu | /eu/home/users/delete/{id} | Path does not match |
| 19 | app_admin_groups.es | /es/home/groups | Path does not match |
| 20 | app_admin_groups.ca | /ca/home/groups | Path does not match |
| 21 | app_admin_groups.eu | /eu/home/groups | Path does not match |
| 22 | app_create_group.es | /es/home/group/create | Path does not match |
| 23 | app_create_group.ca | /ca/home/group/create | Path does not match |
| 24 | app_create_group.eu | /eu/home/group/create | Path does not match |
| 25 | app_edit_group.es | /es/home/group/edit/{id} | Path does not match |
| 26 | app_edit_group.ca | /ca/home/group/edit/{id} | Path does not match |
| 27 | app_edit_group.eu | /eu/home/group/edit/{id} | Path does not match |
| 28 | app_delete_group.es | /es/home/group/delete/{id} | Path does not match |
| 29 | app_delete_group.ca | /ca/home/group/delete/{id} | Path does not match |
| 30 | app_delete_group.eu | /eu/home/group/delete/{id} | Path does not match |
| 31 | api_delete | /api/delete | Path does not match |
| 32 | app_consolidation.es | /es/home/consolidation | Path does not match |
| 33 | app_consolidation.ca | /ca/home/consolidation | Path does not match |
| 34 | app_consolidation.eu | /eu/home/consolidation | Path does not match |
| 35 | app_toggle_consolidation.es | /es/home/consolidation/action/{id}/{value} | Path does not match |
| 36 | app_toggle_consolidation.ca | /ca/home/consolidation/action/{id}/{value} | Path does not match |
| 37 | app_toggle_consolidation.eu | /eu/home/consolidation/action/{id}/{value} | Path does not match |
| 38 | app_massive_consolidation.es | /es/home/consolidation/massive | Path does not match |
| 39 | app_massive_consolidation.ca | /ca/home/consolidation/massive | Path does not match |
| 40 | app_massive_consolidation.eu | /eu/home/consolidation/massive | Path does not match |
| 41 | app_consolidate.es | /es/home/consolidation/consolidate | Path does not match |
| 42 | app_consolidate.ca | /ca/home/consolidation/consolidate | Path does not match |
| 43 | app_consolidate.eu | /eu/home/consolidation/consolidate | Path does not match |
| 44 | app_info_ring_register_office.es | /es/home/consolidation/info/{id} | Path does not match |
| 45 | app_info_ring_register_office.ca | /ca/home/consolidation/info/{id} | Path does not match |
| 46 | app_info_ring_register_office.eu | /eu/home/consolidation/info/{id} | Path does not match |
| 47 | app_edit_ring_register_office.es | /es/home/consolidation/edit/{id} | Path does not match |
| 48 | app_edit_ring_register_office.ca | /ca/home/consolidation/edit/{id} | Path does not match |
| 49 | app_edit_ring_register_office.eu | /eu/home/consolidation/edit/{id} | Path does not match |
| 50 | app_delete_ring_register_office.es | /es/home/consolidation/delete/{id} | Path does not match |
| 51 | app_delete_ring_register_office.ca | /ca/home/consolidation/delete/{id} | Path does not match |
| 52 | app_delete_ring_register_office.eu | /eu/home/consolidation/delete/{id} | Path does not match |
| 53 | cookie_policy.es | /es/cookie-policy | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.