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 | _logout_admin | /admin/logout | Path does not match |
3 | _wdt | /_wdt/{token} | Path does not match |
4 | _profiler_home | /_profiler/ | Path does not match |
5 | _profiler_search | /_profiler/search | Path does not match |
6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
11 | _profiler_open_file | /_profiler/open | Path does not match |
12 | _profiler | /_profiler/{token} | Path does not match |
13 | _profiler_router | /_profiler/{token}/router | Path does not match |
14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
16 | app_abonnement | /abonnement/{type} | Path does not match |
17 | app_abonnement_confirmer | /abonnement/{type}/confirmer | Path does not match |
18 | app_about | /a-propos | Path does not match |
19 | admin | /admin | Path does not match |
20 | admin_dashbord | /admin/dashbord | Path does not match |
21 | admin_devis_index | /admin/devis/ | Path does not match |
22 | admin_devis_edit | /admin/devis/{id}/edit | Path does not match |
23 | admin_devis_delete | /admin/devis/delete/{id} | Path does not match |
24 | admin_entreprise_index | /admin/entreprise/ | Path does not match |
25 | admin_entreprise_new | /admin/entreprise/new | Path does not match |
26 | admin_entreprise_edit | /admin/entreprise/{id}/edit | Path does not match |
27 | admin_entreprise_delete | /admin/entreprise/delete/{id} | Path does not match |
28 | admin_entreprise_from_devis | /admin/entreprise/from-devis/{id} | Path does not match |
29 | page_index | /admin/page/ | Path does not match |
30 | page_new | /admin/page/new | Path does not match |
31 | page_edit | /admin/page/{id}/edit | Path does not match |
32 | page_delete | /admin/page/delete/{id} | Path does not match |
33 | loginToBackoffice | /admin/login | Path does not match |
34 | logoutToBackoffice | /admin/logout | Path does not match |
35 | site_index | /admin/site/ | Path does not match |
36 | site_new | /admin/site/new | Path does not match |
37 | site_show | /admin/site/{id} | Path does not match |
38 | site_edit | /admin/site/{id}/edit | Path does not match |
39 | site_delete | /admin/site/delete/{id} | Path does not match |
40 | user_index | /admin/user/ | Path does not match |
41 | user_new | /admin/user/new | Path does not match |
42 | user_show | /admin/user/{id} | Path does not match |
43 | user_edit | /admin/user/{id}/edit | Path does not match |
44 | user_delete | /admin/user/delete/{id} | Path does not match |
45 | user_reset_password | /admin/user/reset-password/{id} | Path does not match |
46 | affecter_produit | /produit/{id}/affecter | Path does not match |
47 | affectation_valider | /affectation/valider/{id}/{token} | Path does not match |
48 | affectation_refuser | /affectation/refuser/{id}/{token} | Path does not match |
49 | app_clients | /mes-clients | Path does not match |
50 | app_client_new | /mes-clients/new | Path does not match |
51 | app_client_edit | /mes-clients/{id}/edit | Path does not match |
52 | app_client_delete | /mes-clients/{id}/delete | Path does not match |
53 | app_commun | /commun | Path does not match |
54 | app_offres | /offres | Path does not match |
55 | 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.