Routing
app_financeurs_edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "22" |
Route Matching Logs
Path to match:
/financeurs/22/edit
| # | 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} | Path does not match |
| 31 | app_dispositif_edit | /dispositif/{id}/edit | Path does not match |
| 32 | app_dispositif_delete | /dispositif/{id} | Path does not match |
| 33 | app_dossier_index | /dossier/ | Path does not match |
| 34 | app_dossier_new | /dossier/new | Path does not match |
| 35 | app_dossier_show | /dossier/{id} | Path does not match |
| 36 | app_dossier_edit | /dossier/{id}/edit | Path does not match |
| 37 | app_dossier_delete | /dossier/{id} | Path does not match |
| 38 | app_etatope_index | /etat/ | Path does not match |
| 39 | app_etat_ope_new | /etat/new | Path does not match |
| 40 | app_etat_ope_show | /etat/{id} | Path does not match |
| 41 | app_etat_ope_edit | /etat/{id}/edit | Path does not match |
| 42 | app_etat_ope_delete | /etat/{id} | Path does not match |
| 43 | app_financeurs_index | /financeurs/ | Path does not match |
| 44 | app_financeurs_new | /financeurs/new | Path does not match |
| 45 | app_financeurs_show | /financeurs/{id} | Path does not match |
| 46 | app_financeurs_edit | /financeurs/{id}/edit | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.