Routing
contacts
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "it" |
listino | null |
Route Matching Logs
Path to match:
/it/contatti
# | Route name | Path | Log |
---|---|---|---|
1 | ajax_send_confirmation_email | /ajax-call/{_locale}/send-confirmation-email/{encrypted_order_id} | Path does not match |
2 | ajax_send_paypal_pending_notification_email | /ajax-call/{_locale}/send-paypal-pending-notification-email/{order_id} | Path does not match |
3 | send_xml_order | /send-xml-order/{order_id} | Path does not match |
4 | send_xml_return | /send-xml-return/{return_id} | Path does not match |
5 | where_we_are_with_listino.it | /it-{listino}/dove-siamo | Path does not match |
6 | where_we_are_with_listino.en | /en-{listino}/where-we-are | Path does not match |
7 | where_we_are.it | /it/dove-siamo | Path does not match |
8 | where_we_are.en | /en/where-we-are | Path does not match |
9 | contacts_with_listino.it | /it-{listino}/contatti | Path does not match |
10 | contacts_with_listino.en | /en-{listino}/contacts | Path does not match |
11 | contacts.it | /it/contatti | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.