Routing
app_allergene_index
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "8" |
Route Matching Logs
Path to match:
/allergene/index/8
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_adapte | /adapte | Path does not match |
| 2 | app_allergene_liste | /allergene/liste | Path does not match |
| 3 | app_allergene_index | /allergene/index/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.