Routing
app_menu
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/menu
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | app_bestellung | /bestellung | Path does not match |
| 3 | app_bestellen | /bestellen/{id} | Path does not match |
| 4 | app_status | /status/{id},{status} | Path does not match |
| 5 | app_loeschen | /loeschen/{id} | Path does not match |
| 6 | app_gericht.app_bearbeiten | /gericht/ | Path does not match |
| 7 | app_gericht.app_anlegen | /gericht/anlegen | Path does not match |
| 8 | app_gericht.app_entfernen | /gericht/entfernen/{id} | Path does not match |
| 9 | app_gericht.app_anzeigen | /gericht/anzeigen/{id} | Path does not match |
| 10 | app_gericht.app_preis | /gericht/preis/{id} | Path does not match |
| 11 | app_home | / | Path does not match |
| 12 | app_liste_index | /liste/ | Path does not match |
| 13 | app_liste_new | /liste/new | Path does not match |
| 14 | app_liste_show | /liste/{id} | Path does not match |
| 15 | app_liste_edit | /liste/{id}/edit | Path does not match |
| 16 | app_liste_delete | /liste/{id} | Path does not match |
| 17 | app_mail | Path does not match | |
| 18 | app_menu | /menu | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.