Routing
app_cart_index
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "de" |
Route Matching Logs
Path to match:
/de/mein-einkaufswagen
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_addon_index | /adm/addon/ | Path does not match |
| 2 | app_addon_new | /adm/addon/new | Path does not match |
| 3 | app_addon_edit | /adm/addon/{id}/edit | Path does not match |
| 4 | app_addon_delete | /adm/addon/{id}/delete | Path does not match |
| 5 | app_cart_index.de | /de/mein-einkaufswagen | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.