Routing
contact
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
Route Matching Logs
Path to match:
/en/contact
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | amazon_connect | /connexion-amazon | Path does not match |
| 2 | amazon_callback | /amazon/callback | Path does not match |
| 3 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 4 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 5 | _wdt | /_wdt/{token} | Path does not match |
| 6 | _profiler_home | /_profiler/ | Path does not match |
| 7 | _profiler_search | /_profiler/search | Path does not match |
| 8 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 9 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 10 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 11 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 12 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 13 | _profiler_open_file | /_profiler/open | Path does not match |
| 14 | _profiler | /_profiler/{token} | Path does not match |
| 15 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 16 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 17 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 18 | root_route_redirect | / | Path does not match |
| 19 | nolocale_admin_dashboard | /admin | Path does not match |
| 20 | nolocale_admin_update | /admin/update | Path does not match |
| 21 | nolocale_admin_customer_provision | /admin/customer/{id}/provision | Path does not match |
| 22 | nolocale_admin_delete | /admin/delete/{entity}/{id} | Path does not match |
| 23 | nolocale_admin_truncate | /admin/truncate/{table} | Path does not match |
| 24 | nolocale_admin_dry_run | /admin/dry-run/toggle | Path does not match |
| 25 | nolocale_api_domain_check | /api/domain/check | Path does not match |
| 26 | nolocale_api_domain_suggest | /api/domain/suggest | Path does not match |
| 27 | nolocale_stripe_checkout_create | /checkout/create | Path does not match |
| 28 | nolocale_checkout_success | /checkout/success | Path does not match |
| 29 | nolocale_homepage | / | Path does not match |
| 30 | nolocale_about | /platform | Path does not match |
| 31 | nolocale_pricing | /pricing | Path does not match |
| 32 | nolocale_contact | /contact | Path does not match |
| 33 | nolocale_legal_notice | /legal-notice | Path does not match |
| 34 | nolocale_privacy_policy | /privacy-policy | Path does not match |
| 35 | nolocale_terms_of_use | /terms-of-use | Path does not match |
| 36 | nolocale_profile_index | /profile/ | Path does not match |
| 37 | nolocale_profile_2fa_generate | /profile/2fa/generate | Path does not match |
| 38 | nolocale_profile_2fa_remove | /profile/2fa/remove | Path does not match |
| 39 | nolocale_app_register | /register | Path does not match |
| 40 | nolocale_app_verify_email | /verify/email | Path does not match |
| 41 | nolocale_app_forgot_password_request | /reset-password | Path does not match |
| 42 | nolocale_app_check_email | /reset-password/check-email | Path does not match |
| 43 | nolocale_app_reset_password | /reset-password/reset/{token} | Path does not match |
| 44 | nolocale_app_login | /login | Path does not match |
| 45 | nolocale_app_logout | /logout | Path does not match |
| 46 | nolocale_2fa_login | /2fa | Path does not match |
| 47 | nolocale_stripe_webhook | /stripe/webhook | Path does not match |
| 48 | admin_dashboard | /{_locale}/admin | Path does not match |
| 49 | admin_update | /{_locale}/admin/update | Path does not match |
| 50 | admin_customer_provision | /{_locale}/admin/customer/{id}/provision | Path does not match |
| 51 | admin_delete | /{_locale}/admin/delete/{entity}/{id} | Path does not match |
| 52 | admin_truncate | /{_locale}/admin/truncate/{table} | Path does not match |
| 53 | admin_dry_run | /{_locale}/admin/dry-run/toggle | Path does not match |
| 54 | api_domain_check | /{_locale}/api/domain/check | Path does not match |
| 55 | api_domain_suggest | /{_locale}/api/domain/suggest | Path does not match |
| 56 | stripe_checkout_create | /{_locale}/checkout/create | Path does not match |
| 57 | checkout_success | /{_locale}/checkout/success | Path does not match |
| 58 | homepage | /{_locale}/ | Path does not match |
| 59 | about | /{_locale}/platform | Path does not match |
| 60 | pricing | /{_locale}/pricing | Path does not match |
| 61 | contact | /{_locale}/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.