Routing
basket_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "ro" |
Route Matching Logs
Path to match:
/ro/checkout/basket
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | hwi_oauth_service_redirect | /connect/{service} | Path does not match |
| 3 | hwi_oauth_connect_service | /connect/service/{service} | Path does not match |
| 4 | hwi_oauth_connect_registration | /connect/registration/{key} | Path does not match |
| 5 | hwi_oauth_connect | /login/ | Path does not match |
| 6 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 7 | _wdt | /_wdt/{token} | Path does not match |
| 8 | _profiler_home | /_profiler/ | Path does not match |
| 9 | _profiler_search | /_profiler/search | Path does not match |
| 10 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 11 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 12 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 13 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 14 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 15 | _profiler_open_file | /_profiler/open | Path does not match |
| 16 | _profiler | /_profiler/{token} | Path does not match |
| 17 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 18 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 19 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 20 | homepage | /{_locale} | Path does not match |
| 21 | admin_forgot_password | /{_locale}/admin-account-recovery/forgot-password | Path does not match |
| 22 | admin_set_new_password | /{_locale}/admin-account-recovery/{id}/{code} | Path does not match |
| 23 | admin_edit_profile | /{_locale}/admin/profile/edit | Path does not match |
| 24 | admin_change_password | /{_locale}/admin/profile/change-password | Path does not match |
| 25 | admin_dashboard | /{_locale}/admin/ | Path does not match |
| 26 | super_admin_list_administrators | /{_locale}/admin/super-admin/administrators | Path does not match |
| 27 | super_admin_add_administrator | /{_locale}/admin/super-admin/administrators/add | Path does not match |
| 28 | super_admin_create_administrator | /{_locale}/admin/super-admin/administrators/create | Path does not match |
| 29 | super_admin_show_administrator | /{_locale}/admin/super-admin/administrators/{id} | Path does not match |
| 30 | super_admin_edit_administrator | /{_locale}/admin/super-admin/administrators/{id}/edit | Path does not match |
| 31 | super_admin_delete_administrator | /{_locale}/admin/super-admin/administrators/{id}/delete | Path does not match |
| 32 | admin_list_users | /{_locale}/admin/users | Path does not match |
| 33 | admin_list_users_by_company | /{_locale}/admin/users-by-company/{id} | Path does not match |
| 34 | admin_search_users | /{_locale}/admin/search-user | Path does not match |
| 35 | admin_show_user | /{_locale}/admin/users/{id} | Path does not match |
| 36 | admin_edit_user | /{_locale}/admin/users/{id}/edit | Path does not match |
| 37 | admin_change_user_status | /{_locale}/admin/users/{id}/change-status | Path does not match |
| 38 | admin_delete_user | /{_locale}/admin/users/{id}/delete | Path does not match |
| 39 | admin_add_user_note | /{_locale}/admin/users/{id}/add-user-note | Path does not match |
| 40 | admin_delete_user_note | /{_locale}/admin/users/{id}/delete-user-note | Path does not match |
| 41 | admin_programmatic_login | /{_locale}/admin/users/{id}/programmatic-login | Path does not match |
| 42 | user_billing_cycle_update | /{_locale}/user/billing-cycle | Path does not match |
| 43 | user_billing_cycle_get | /{_locale}/user/billing-cycle | Path does not match |
| 44 | listings_index11 | /{_locale}/user/ | Path does not match |
| 45 | listings_add | /{_locale}/user/add | Path does not match |
| 46 | listing_edit | /{_locale}/user/{id}/edit | Path does not match |
| 47 | basket_show | /{_locale}/checkout/basket | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.