Routing
app_plat_index
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "11" |
Route Matching Logs
Path to match:
/plat/index/11
| # | 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} | Path does not match |
| 16 | app_commande_edit | /commande/edit/{id} | Path does not match |
| 17 | app_commande_remove | /commande/remove/{id} | Path does not match |
| 18 | app_commande_menuadd | /commande/menuadd/{idcommande}/{idmenu} | Path does not match |
| 19 | app_commande_utilisateuradd | /commande/utilisateuradd/{idcommande}/{idutilisateur} | Path does not match |
| 20 | app_contient | /contient | Path does not match |
| 21 | homepage | / | Path does not match |
| 22 | homepage_conditiongeneralcgv | /homepage/conditiongeneralcgv | Path does not match |
| 23 | homepage_conditiongeneralcgu | /homepage/conditiongeneralcgu | Path does not match |
| 24 | homepage_mentionlegal | /homepage/mentionlegal | Path does not match |
| 25 | homepage_contact | /homepage/contact | Path does not match |
| 26 | homepage_horaire | /homepage/horaire | Path does not match |
| 27 | app_horaire_liste | /horaire/liste | Path does not match |
| 28 | app_horaire_index | /horaire/index/{id} | Path does not match |
| 29 | app_horaire_add | /horaire/add | Path does not match |
| 30 | app_horaire_edit | /horaire/edit/{id} | Path does not match |
| 31 | app_horaire_remove | /horaire/remove/{id} | Path does not match |
| 32 | app_menu_liste | /menu/liste | Path does not match |
| 33 | app_menu_index | /menu/index/{id} | Path does not match |
| 34 | app_menu_add | /menu/add | Path does not match |
| 35 | app_menu_edit | /menu/edit/{id} | Path does not match |
| 36 | app_menu_remove | /menu/remove/{id} | Path does not match |
| 37 | app_menu_platadd | /menu/platadd/{idmenu}/{idplat} | Path does not match |
| 38 | app_menu_platremove | /menu/platremove/{idmenu}/{idplat} | Path does not match |
| 39 | app_plat_photo | /plat/photo/{id} | Path does not match |
| 40 | app_plat_liste | /plat/liste | Path does not match |
| 41 | app_plat_index | /plat/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.