Routing
cms_cart_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/cart
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | fos_js_routing_js | /js/routing.{_format} | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 3 | cms_account_home | /account/ | Path does not match |
| 4 | cms_account_index | /account/home | Path does not match |
| 5 | cms_account_json | /account/json/{type} | Path does not match |
| 6 | cms_account_updatePassword | /account/profile/password | Path does not match |
| 7 | cms_account_profileForm | /account/profile/form | Path does not match |
| 8 | cms_blog_home | /blog/{code} | Path does not match |
| 9 | cms_blog_post | /blog/post/{slug} | Path does not match |
| 10 | cms_blog_getPosts | /blog/posts/json | Path does not match |
| 11 | cms_blog_search | /blog/posts/search | Path does not match |
| 12 | cms_dashboard_config_parameters | /dashboard/config/parameters | Path does not match |
| 13 | cms_dashboard_config_parameters_form | /dashboard/config/parameters/{code} | Path does not match |
| 14 | cms_dashboard_config_menu | /dashboard/config/menu | Path does not match |
| 15 | cms_dashboard_config_upsert_pageElement | /dashboard/config/page/{id}/add | Path does not match |
| 16 | cms_dashboard_config_upsert_widgetPage | /dashboard/config/page/{id}/widget/{widgetViewId} | Path does not match |
| 17 | cms_dashboard_config_upsert_SectionDesign | /dashboard/config/{id}/page/{sectionId}/design | Path does not match |
| 18 | cms_dashboard_config_upsert_SectionColumnDesign | /dashboard/config/{id}/page/column/{columnViewId} | Path does not match |
| 19 | cms_dashboard_config_dragAndDrop_pageElement | /dashboard/config/page/{id}/dragAndDrop | Path does not match |
| 20 | cms_dashboard_config_delete_tmp_widgetPage | /dashboard/config/page/{id}/{sectionId}/{columnId}/{widgetId} | Path does not match |
| 21 | cms_dashboard_index | /dashboard/ | Path does not match |
| 22 | cms_dashboard_infos | /dashboard/infos | Path does not match |
| 23 | cms_dashboard_upsert_entity | /dashboard/upsert/{entity}/{id} | Path does not match |
| 24 | cms_dashboard_modal_upsert_entity | /dashboard/modal/upsert/{entity}/{id} | Path does not match |
| 25 | cms_dashboard_delete_entity | /dashboard/delete/{entity}/{id} | Path does not match |
| 26 | cms_dashboard_formAjaxFields | /dashboard/{className}/form/ajaxFields/{ajaxType}/{id} | Path does not match |
| 27 | cms_dashboard_getOptions | /dashboard/getOptions/{entity}/{id}/{key} | Path does not match |
| 28 | cms_dashboard_verify_user_email | /dashboard/resend/verify/{id} | Path does not match |
| 29 | cms_dashboard_verify_user | /dashboard/verify/user/{id} | Path does not match |
| 30 | cms_email_form | /contact/form | Path does not match |
| 31 | cms_email_newsletter_form | /contact/newsletter/form | Path does not match |
| 32 | cms_email_subscription_form | /contact/subscription/form | Path does not match |
| 33 | cms_dashboard_list_entity | /dashboard/list/{entity} | Path does not match |
| 34 | cms_dashboard_list_json | /dashboard/list/json/{entity} | Path does not match |
| 35 | cms_page_generic | /page/{slug} | Path does not match |
| 36 | cms_page_policy | /policy/{slug} | Path does not match |
| 37 | cms_page_search | /search | Path does not match |
| 38 | cms_page_searchResults | /search/results | Path does not match |
| 39 | cms_page_getCountries | /get/countries/{forSelect2} | Path does not match |
| 40 | cms_login | /login | Path does not match |
| 41 | cms_logout | /logout | Path does not match |
| 42 | cms_verify_token | /verify/{token} | Path does not match |
| 43 | cms_reset_pwd | /reset/{token} | Path does not match |
| 44 | cms_register | /register | Path does not match |
| 45 | cms_forgot_pwd | /forgot | Path does not match |
| 46 | cms_sync_api | /sync/{apiName} | Path does not match |
| 47 | cms_account_detail | /account/detail/{type}/{id} | Path does not match |
| 48 | cms_account_addressUpdate | /account/address/{adressType}/update | Path does not match |
| 49 | cms_cart_home | /cart | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.