Routing
app_contact
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/contact
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | ux_entity_autocomplete | /autocomplete/{alias} | Path does not match |
| 3 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 4 | _wdt | /_wdt/{token} | Path does not match |
| 5 | _profiler_home | /_profiler/ | Path does not match |
| 6 | _profiler_search | /_profiler/search | Path does not match |
| 7 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 8 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 9 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 10 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 11 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 12 | _profiler_open_file | /_profiler/open | Path does not match |
| 13 | _profiler | /_profiler/{token} | Path does not match |
| 14 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 15 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 16 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 17 | app_account_index | /mon-compte | Path does not match |
| 18 | app_account_orders | /mon-compte/mes-commandes | Path does not match |
| 19 | app_account_courses | /mon-compte/mes-cours | Path does not match |
| 20 | app_account_course_show | /mon-compte/mes-cours/{id} | Path does not match |
| 21 | app_account_course_completed | /mon-compte/mes-cours/pack/termine/{id} | Path does not match |
| 22 | app_account_pack_course_show | /mon-compte/mes-cours/pack/{id} | Path does not match |
| 23 | app_account_pack_course_save_progress | /mon-compte/course/{id}/progress | Path does not match |
| 24 | app_account_delete | /mon-compte/supprimer-adresse/{id} | Path does not match |
| 25 | app_admin_box_index | /admin/box/ | Path does not match |
| 26 | app_admin_box_new | /admin/box/nouveau | Path does not match |
| 27 | app_admin_box_edit | /admin/box/edition/{id} | Path does not match |
| 28 | app_admin_box_delete | /admin/box/supprimer/{id} | Path does not match |
| 29 | app_admin_box_upload_video | /admin/box/{id}/upload-video | Path does not match |
| 30 | app_admin_categorybox_index | /admin/categorie-box/ | Path does not match |
| 31 | app_admin_categorybox_new | /admin/categorie-box/nouveau | Path does not match |
| 32 | app_admin_categorybox_edit | /admin/categorie-box/edition/{id} | Path does not match |
| 33 | app_admin_categorybox_delete | /admin/categorie-box/supprimer/{id} | Path does not match |
| 34 | app_admin_index | /admin | Path does not match |
| 35 | app_admin_course_upload_video | /admin/course/{id}/upload-video | Path does not match |
| 36 | app_admin_faq_index | /admin/faq/ | Path does not match |
| 37 | app_admin_faq_new | /admin/faq/nouveau | Path does not match |
| 38 | app_admin_faq_edit | /admin/faq/edition/{id} | Path does not match |
| 39 | app_admin_faq_delete | /admin/faq/supprimer/{id} | Path does not match |
| 40 | app_admin_order_index | /admin/commande/ | Path does not match |
| 41 | app_admin_order_edit | /admin/commande/editer/{id} | Path does not match |
| 42 | app_admin_order_show | /admin/commande/voir/{id} | Path does not match |
| 43 | app_admin_promo_code_index | /admin/code-promo | Path does not match |
| 44 | app_admin_promo_code_new | /admin/code-promo/nouveau | Path does not match |
| 45 | app_admin_promo_code_edit | /admin/code-promo/editer/{id} | Path does not match |
| 46 | app_admin_promo_code_toggle | /admin/code-promo/toggle/{id} | Path does not match |
| 47 | app_admin_promo_code_delete | /admin/code-promo/delete/{id} | Path does not match |
| 48 | app_admin_promo_code_generate | /admin/code-promo/generate/random | Path does not match |
| 49 | app_admin_tools_index | /admin/outils/ | Path does not match |
| 50 | app_admin_tools_new | /admin/outils/nouveau | Path does not match |
| 51 | app_admin_tools_edit | /admin/outils/edition/{id} | Path does not match |
| 52 | app_admin_tools_delete | /admin/outils/supprimer/{id} | Path does not match |
| 53 | app_admin_usefulllink_index | /admin/liens-utiles-box/ | Path does not match |
| 54 | app_admin_usefulllink_new | /admin/liens-utiles-box/nouveau | Path does not match |
| 55 | app_admin_usefulllink_edit | /admin/liens-utiles-box/edition/{id} | Path does not match |
| 56 | app_admin_usefulllink_delete | /admin/liens-utiles-box/supprimer/{id} | Path does not match |
| 57 | app_admin_user_index | /admin/utilisateur | Path does not match |
| 58 | app_admin_user_show | /admin/utilisateur/voir/{id} | Path does not match |
| 59 | app_admin_user_revoke | /admin/utilisateur/bloquer-access/{id} | Path does not match |
| 60 | app_admin_user_access | /admin/utilisateur/autoriser-access/{id} | Path does not match |
| 61 | app_index | / | Path does not match |
| 62 | app_about | /notre-histoire | Path does not match |
| 63 | app_contact | /contact | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.