Routing
app_commande_add
Matched route
Route Parameters
| Name | Value |
|---|---|
| idmenu | "1" |
Route Redirection
This page redirects to:
/ECF/login
Route Matching Logs
Path to match:
/commande/add/1
| # | 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} | Path does not match |
| 4 | app_allergene_add | /allergene/add | Path does not match |
| 5 | app_allergene_edit | /allergene/edit/{id} | Path does not match |
| 6 | app_allergene_remove | /allergene/remove/{id} | Path does not match |
| 7 | app_allergene_platadd | /allergene/platadd/{idallergene}/{idplat} | Path does not match |
| 8 | app_allergene_platremove | /allergene/platremove/{idallergene}/{idplat} | Path does not match |
| 9 | app_avis_index | /avis/index/{id} | Path does not match |
| 10 | app_avis_add | /avis/add | Path does not match |
| 11 | app_avis_edit | /avis/edit/{id} | Path does not match |
| 12 | app_avis_remove | /avis/remove/{id} | Path does not match |
| 13 | app_commande_liste | /commande/liste | Path does not match |
| 14 | app_commande_index | /commande/index/{id} | Path does not match |
| 15 | app_commande_add | /commande/add/{idmenu} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.