Routing
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 | _wdt_stylesheet | /_wdt/styles | 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 | about_us | /about-us | Path does not match |
| 17 | booking_ferry | /booking/ferry | Path does not match |
| 18 | booking_ferry_information | /booking/get-ferry-booking-information | Path does not match |
| 19 | booking_detail_view | /booking/detail-view | Path does not match |
| 20 | cart_index | /cart | Path does not match |
| 21 | cart_minicart | /cart/get-minicart | Path does not match |
| 22 | cart_remove_ferry | /cart/remove-ferry-route | Path does not match |
| 23 | cart_remove_pds | /cart/remove-posting-declaration-subscription | Path does not match |
| 24 | cart_processing | /cart/cart-processing | Path does not match |
| 25 | cart_thankyou | /cart/thankyou | Path does not match |
| 26 | customer_login | /login | Path does not match |
| 27 | customer_register | /register | Path does not match |
| 28 | customer_register_submit | /register | Path does not match |
| 29 | customer_forgot_password | /forgot-password | Path does not match |
| 30 | customer_profile | /profile | Path does not match |
| 31 | customer_profile_zone | /profile/zone/{zone} | Path does not match |
| 32 | customer_change_password | /change-password | Path does not match |
| 33 | customer_logout | /logout | Path does not match |
| 34 | customer_dashboard | /customer/dashboard | Path does not match |
| 35 | customer_dashboard_zone | /customer/dashboard/zone/{zone} | Path does not match |
| 36 | customer_bookings | /customer/booking | Path does not match |
| 37 | customer_bookings_zone | /customer/booking/zone/{zone} | Path does not match |
| 38 | customer_bookings_data | /customer/get-booking-ferryboat | Path does not match |
| 39 | customer_bookings_count | /customer/get-count-active-booking-ferry | Path does not match |
| 40 | driver_index | /driver | Path does not match |
| 41 | driver_zone_list | /driver/zone/list | Path does not match |
| 42 | driver_form | /driver/form | Path does not match |
| 43 | driver_save | /driver/save | Path does not match |
| 44 | driver_delete | /driver/delete/{id} | Path does not match |
| 45 | ferryboat_list_countries | /ferryboat/get-list-countries | Path does not match |
| 46 | ferryboat_ports | /ferryboat/get-ferry-port | Path does not match |
| 47 | ferryboat_destination_countries | /ferryboat/get-ferry-destination-country | Path does not match |
| 48 | ferryboat_destination_ports | /ferryboat/get-ferry-destination-port | Path does not match |
| 49 | ferryboat_check_data | /ferryboat/check-data-booking-ticket | Path does not match |
| 50 | ferryboat_route_timetable | /ferryboat/get-route-timetable | Path does not match |
| 51 | ferryboat_booking_ticket | /ferryboat/booking-ticket | Path does not match |
| 52 | ferryboat_add_to_cart | /ferryboat/add-to-cart-booking-ticket | Path does not match |
| 53 | ferryboat_add_notification | /ferryboat/add-booking-notification | Path does not match |
| 54 | fleet_index | /fleet | Path does not match |
| 55 | fleet_zone_list | /fleet/zone/list | Path does not match |
| 56 | fleet_form | /fleet/form | Path does not match |
| 57 | fleet_save | /fleet/save | Path does not match |
| 58 | fleet_delete | /fleet/delete/{id} | Path does not match |
| 59 | home | / | Path does not match |
| 60 | home_zone | /home/zone/{zone} | Path does not match |
| 61 | language_switch | /language/{code} | Path does not match |
| 62 | newsletter_subscribe | /newsletter/subscribe | Path does not match |
| 63 | order_index | /order | Path does not match |
| 64 | order_zone | /order/zone/{zone} | Path does not match |
| 65 | order_details | /order/get-details | Path does not match |
| 66 | order_detail_view | /order/detail-view | Path does not match |
| 67 | order_documents | /order/get-order-documents | Path does not match |
| 68 | order_upload_document | /order/upload-document | Path does not match |
| 69 | order_remove_document | /order/remove-document | Path does not match |
| 70 | order_list_data | /order/get-orders | Path does not match |
| 71 | order_count_active | /order/get-count-active-order | Path does not match |
| 72 | prices | /prices | Path does not match |
| 73 | 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.