Routing
app_dispositif_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "4" |
Route Matching Logs
Path to match:
/dispositif/4
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_appel_fond_index | /AF/ | Path does not match |
| 2 | app_appel_fond_indexDoss | /AF/2 | Path does not match |
| 3 | app_appel_fond_recu | /AF/af_recu | Path does not match |
| 4 | app_appel_fond_new | /AF/new | Path does not match |
| 5 | app_appel_fond_show | /AF/{id} | Path does not match |
| 6 | app_appel_fond_edit | /AF/{id}/edit | Path does not match |
| 7 | app_appel_fond_delete | /AF/{id} | Path does not match |
| 8 | app_budget_index | /budget/ | Path does not match |
| 9 | app_budget_new | /budget/new | Path does not match |
| 10 | app_budget_show | /budget/{id} | Path does not match |
| 11 | app_budget_edit | /budget/{id}/edit | Path does not match |
| 12 | app_budget_delete | /budget/{id} | Path does not match |
| 13 | app_contact_index | /contact/ | Path does not match |
| 14 | app_contact_new | /contact/new | Path does not match |
| 15 | app_contact_show | /contact/{id} | Path does not match |
| 16 | app_contact_edit | /contact/{id}/edit | Path does not match |
| 17 | app_contact_delete | /contact/{id} | Path does not match |
| 18 | app_departement_index | /departement/ | Path does not match |
| 19 | app_departement_new | /departement/new | Path does not match |
| 20 | app_departement_show | /departement/{id} | Path does not match |
| 21 | app_departement_edit | /departement/{id}/edit | Path does not match |
| 22 | app_departement_delete | /departement/{id} | Path does not match |
| 23 | app_direction_index | /direction/ | Path does not match |
| 24 | app_direction_new | /direction/new | Path does not match |
| 25 | app_direction_show | /direction/{id} | Path does not match |
| 26 | app_direction_edit | /direction/{id}/edit | Path does not match |
| 27 | app_direction_delete | /direction/{id} | Path does not match |
| 28 | app_dispositif_index | /dispositif/ | Path does not match |
| 29 | app_dispositif_new | /dispositif/new | Path does not match |
| 30 | app_dispositif_show | /dispositif/{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.