Routing
contact_map
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/contact/nos-distributeurs
# | Route name | Path | Log |
---|---|---|---|
1 | admin | /admin | Path does not match |
2 | product_list | /catalogue | Path does not match |
3 | product_detail | /catalogue/{slug}/{size} | Path does not match |
4 | app_customform | /custom-forms/complete | Path does not match |
5 | cbc_security | /admin/connexion | Path does not match |
6 | cbc_logout | /admin/logout | Path does not match |
7 | catalog_list | /catalogue | Path does not match |
8 | catalog_detail | /catalogue/{slug} | Path does not match |
9 | _preview_error | /_error/{code}.{_format} | Path does not match |
10 | _wdt | /_wdt/{token} | Path does not match |
11 | _profiler_home | /_profiler/ | Path does not match |
12 | _profiler_search | /_profiler/search | Path does not match |
13 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
14 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
15 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
16 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
17 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
18 | _profiler_open_file | /_profiler/open | Path does not match |
19 | _profiler | /_profiler/{token} | Path does not match |
20 | _profiler_router | /_profiler/{token}/router | Path does not match |
21 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
22 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
23 | cart_view | /panier | Path does not match |
24 | cart_update_quantity | /panier/update-quantity/{id} | Path does not match |
25 | cart_remove_item | /panier/remove/{id} | Path does not match |
26 | cart_update_shipping_method | /cart/update-shipping-method | Path does not match |
27 | cart_update_comment | /cart/update-comment | Path does not match |
28 | api_variants | /api/variants | Path does not match |
29 | cart_next_step | /checkout/next/{currentStep} | Path does not match |
30 | cart_previous_step | /checkout/previous/{currentStep} | Path does not match |
31 | cart_payment | /panier/paiement | Path does not match |
32 | cart_shipping | /panier/livraison | Path does not match |
33 | color_list | /nuancier | Path does not match |
34 | conseil_list | /conseils | Path does not match |
35 | get_conseil | /conseil/{id} | Path does not match |
36 | contact_map | /contact/nos-distributeurs | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.