Routing
homepage_index_procedure
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/procedure
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_index_actualite | /admin/actualite | Path does not match |
| 2 | admin_add_actualite | /admin/add/actualite | Path does not match |
| 3 | admin_edit_actualite | /admin/edit/actualite/{id} | Path does not match |
| 4 | delete_actualite | /admin/delete/actualite/{id} | Path does not match |
| 5 | app_admin_club | /admin/club | Path does not match |
| 6 | admin_add_membre_bureau | /admin/add/membre/bureau | Path does not match |
| 7 | admin_edit_membre_bureau | /admin/edit/membre/bureau/{id} | Path does not match |
| 8 | admin_delete_membre_bureau | /admin/delete/membre/bureau/{id} | Path does not match |
| 9 | admin_add_description_club | /admin/add/description/club | Path does not match |
| 10 | admin_edit_description_club | /admin/edit/description/club/{id} | Path does not match |
| 11 | admin_add_creneau_horaire | /admin/add/creneau/horaire | Path does not match |
| 12 | admin_edit_creneau_horaire | /admin/edit/creneau/horaire/{id} | Path does not match |
| 13 | admin_delete_creneau | /admin/delete/creneau/horaire/{id} | Path does not match |
| 14 | admin_add_lien | /admin/add/lien | Path does not match |
| 15 | admin_edit_lien | /admin/edit/lien/{id} | Path does not match |
| 16 | admin_delete_lien | /admin/delete/lien/{id} | Path does not match |
| 17 | admin_homepage_charte | /admin/charte | Path does not match |
| 18 | admin_add_charte | /admin/charte/ajout | Path does not match |
| 19 | admin_edit_charte | /admin/charte/edit/{id} | Path does not match |
| 20 | admin_delete_charte | /admin/charte/delete/{id} | Path does not match |
| 21 | homepage_app_default_admin | /admin | Path does not match |
| 22 | search_addresses | /search/adresses/{search} | Path does not match |
| 23 | admin_homepage_document_administratif | /admin/document/administratif | Path does not match |
| 24 | admin_attestation_adulte | /admin/document/administratif/attestation/adulte | Path does not match |
| 25 | admin_attestation_libre_adulte | /admin/document/administratif/attestation/libre/adulte | Path does not match |
| 26 | admin_attestation_libre_jeune | /admin/document/administratif/attestation/libre/jeune | Path does not match |
| 27 | admin_attestation_jeune | /admin/document/administratif/attestation/jeune | Path does not match |
| 28 | admin_attestation_libre_recu | /admin/document/administratif/attestation/libre/recu | Path does not match |
| 29 | admin_recu | /admin/document/administratif/recu | Path does not match |
| 30 | admin_image | /admin/image/{page} | Path does not match |
| 31 | admin_add_image | /admin/add/image | Path does not match |
| 32 | admin_delete_image | /admin/delete/image/{id} | Path does not match |
| 33 | app_admin_invite | /admin/invite | Path does not match |
| 34 | admin_add_invite | /admin/add/invite | Path does not match |
| 35 | archivage_admin_invite | /admin/invite/archiver/{id} | Path does not match |
| 36 | desarchivage_admin_invite | /admin/invite/desarchiver/{id} | Path does not match |
| 37 | delete_admin_invite | /admin/invite/delete/{id} | Path does not match |
| 38 | augmenter_nombre__admin_invite | /admin/invite/nombre/{id} | Path does not match |
| 39 | admin_menu | /admin/menu | Path does not match |
| 40 | admin_add_menu | /admin/add/menu | Path does not match |
| 41 | admin_edit_menu | /admin/edit/menu/{id} | Path does not match |
| 42 | admin_delete_menu | /admin/delete/menu/{id} | Path does not match |
| 43 | homepage_index_procedure | /procedure | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.