Routing
app_addresse_new
Matched route
Route Parameters
| Name | Value |
|---|---|
| addressesList | "356" |
Route Matching Logs
Path to match:
/addresse/new/356
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_addresse_index | /addresse/ | Path does not match |
| 2 | app_addresse_new | /addresse/new/{addressesList} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.