Routing
app_addresse_geocode
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "176224" |
Route Matching Logs
Path to match:
/addresse/176224/geocode
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_addresse_index | /addresse/ | Path does not match |
| 2 | app_addresse_new | /addresse/new/{addressesList} | Path does not match |
| 3 | app_addresse_show | /addresse/{id} | Path does not match |
| 4 | app_addresse_edit | /addresse/{id}/{addressesList}/edit | Path does not match |
| 5 | app_addresse_delete | /addresse/delete/{id}/{addressesList} | Path does not match |
| 6 | app_addresse_geocode | /addresse/{id}/geocode | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.