Routing
app_inscription_edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "286" |
Route Redirection
This page redirects to:
/module/
Route Matching Logs
Path to match:
/inscription/286/edit
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_advance_payment_index | /advance-payment/ | Path does not match |
| 2 | app_advance_payment_new | /advance-payment/new | Path does not match |
| 3 | app_advance_payment_edit | /advance-payment/{id}/edit | Path does not match |
| 4 | app_advance_payment_delete | /advance-payment/{id} | Path does not match |
| 5 | app_advance_payment_print | /advance-payment/{id}/print | Path does not match |
| 6 | app_candidat_index | /candidat/ | Path does not match |
| 7 | app_candidat_new | /candidat/new | Path does not match |
| 8 | app_candidat_show | /candidat/{id} | Path does not match |
| 9 | app_candidat_edit | /candidat/{id}/edit | Path does not match |
| 10 | app_candidat_delete | /candidat/{id} | Path does not match |
| 11 | app_certificat_index | /certificat/ | Path does not match |
| 12 | app_certificat_new | /certificat/new | Path does not match |
| 13 | app_certificat_show | /certificat/{id} | Path does not match |
| 14 | app_certificat_edit | /certificat/{id}/edit | Path does not match |
| 15 | app_certificat_delete | /certificat/{id} | Path does not match |
| 16 | app_confirm_reset | /confirm/reset/{token} | Path does not match |
| 17 | app_cycle_index | /cycle/ | Path does not match |
| 18 | app_cycle_new | /cycle/new | Path does not match |
| 19 | app_cycle_show | /cycle/{id} | Path does not match |
| 20 | app_cycle_edit | /cycle/{id}/edit | Path does not match |
| 21 | app_cycle_delete | /cycle/{id} | Path does not match |
| 22 | app_dashboard | /tableau-de-bord | Path does not match |
| 23 | app_down_payment_index | /facture/acompte/ | Path does not match |
| 24 | app_down_payment_new | /facture/acompte/new | Path does not match |
| 25 | app_down_payment_show | /facture/acompte/{id} | Path does not match |
| 26 | app_down_payment_edit | /facture/acompte/{id}/edit | Path does not match |
| 27 | app_down_payment_delete | /facture/acompte/{id} | Path does not match |
| 28 | app_engagement_index | /engagement/ | Path does not match |
| 29 | app_engagement_new | /engagement/new | Path does not match |
| 30 | app_engagement_show | /engagement/{id} | Path does not match |
| 31 | app_engagement_edit | /engagement/{id}/edit | Path does not match |
| 32 | app_engagement_delete | /engagement/{id} | Path does not match |
| 33 | app_evenement_index | /evenement/ | Path does not match |
| 34 | app_evenement_new | /evenement/new | Path does not match |
| 35 | app_evenement_show | /evenement/{id} | Path does not match |
| 36 | app_evenement_edit | /evenement/{id}/edit | Path does not match |
| 37 | app_evenement_delete | /evenement/{id} | Path does not match |
| 38 | app_facture_candidat_index | /facture/candidat/ | Path does not match |
| 39 | app_facture_candidat_mail | /facture/candidat/mail/{id} | Path does not match |
| 40 | app_facture_candidat_new | /facture/candidat/new | Path does not match |
| 41 | app_facture_candidat_show | /facture/candidat/{id} | Path does not match |
| 42 | app_facture_candidat_edit | /facture/candidat/{id}/edit | Path does not match |
| 43 | app_facture_candidat_delete | /facture/candidat/{id} | Path does not match |
| 44 | releve_candidat | /facture/candidat/mail/{id}/releve | Path does not match |
| 45 | app_facture_formateur_index | /facture/formateur/ | Path does not match |
| 46 | app_facture_formateur_mail | /facture/formateur/mail/{id} | Path does not match |
| 47 | app_facture_formateur_new | /facture/formateur/new | Path does not match |
| 48 | app_facture_formateur_show | /facture/formateur/{id} | Path does not match |
| 49 | app_facture_formateur_edit | /facture/formateur/{id}/edit | Path does not match |
| 50 | app_facture_formateur_delete | /facture/formateur/{id} | Path does not match |
| 51 | app_facture_formateur_retenu | /facture/formateur/mail/{id}/aa | Path does not match |
| 52 | app_formateur_index | /formateur/ | Path does not match |
| 53 | app_formateur_new | /formateur/new | Path does not match |
| 54 | app_formateur_show | /formateur/{id} | Path does not match |
| 55 | app_formateur_edit | /formateur/{id}/edit | Path does not match |
| 56 | app_formateur_delete | /formateur/{id} | Path does not match |
| 57 | app_formation_index | /formation/ | Path does not match |
| 58 | app_formation_new | /formation/new | Path does not match |
| 59 | app_formation_show | /formation/{id} | Path does not match |
| 60 | app_formation_edit | /formation/{id}/edit | Path does not match |
| 61 | app_formation_delete | /formation/{id} | Path does not match |
| 62 | app_images_index | /images/ | Path does not match |
| 63 | app_images_new | /images/new | Path does not match |
| 64 | app_images_show | /images/{id} | Path does not match |
| 65 | app_images_edit | /images/{id}/edit | Path does not match |
| 66 | app_images_delete | /images/{id} | Path does not match |
| 67 | app_inscription_index | /inscription/ | Path does not match |
| 68 | app_inscription_new | /inscription/new | Path does not match |
| 69 | app_inscription_show | /inscription/{id} | Path does not match |
| 70 | app_inscription_edit | /inscription/{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.