Routing
app_home
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "en" |
Route Matching Logs
Path to match:
/en
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | _wdt | /_wdt/{token} | Path does not match |
3 | _profiler_home | /_profiler/ | Path does not match |
4 | _profiler_search | /_profiler/search | Path does not match |
5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
9 | _profiler_open_file | /_profiler/open | Path does not match |
10 | _profiler | /_profiler/{token} | Path does not match |
11 | _profiler_router | /_profiler/{token}/router | Path does not match |
12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
14 | admin_dashboard | /{_locale}/myadmin/ | Path does not match |
15 | back_dashboard | /dashboard | Path does not match |
16 | back_product_listing | /products/list/{limit} | Path does not match |
17 | add_product | /products/add | Path does not match |
18 | app_cart_index | /{_locale}/{gender}/cart | Path does not match |
19 | app_cart_index_home | /{_locale}/cart | Path does not match |
20 | app_addtocart | /{_locale}/addToCart | Path does not match |
21 | app_cart_remove | /{_locale}/removeFromCart | Path does not match |
22 | app_cart_unset | /{_locale}/unsetCart | Path does not match |
23 | app_updateqty | /{_locale}/updateQty | Path does not match |
24 | app_category | /{_locale}/{gender}/category/{id} | Path does not match |
25 | category_bulk_add | /{_locale}/myadmin/bulkActionCategory | Path does not match |
26 | categorie_add_products | /{_locale}/myadmin/bulkAddToCategorie | Path does not match |
27 | category_add_products_confirm | /{_locale}/myadmin/bulkAddToCategoryConfirm | Path does not match |
28 | app_checkout | /{_locale}/{gender}/checkout | Path does not match |
29 | app_checkout_index | /{_locale}/checkout | Path does not match |
30 | app_order | /{_locale}/order | Path does not match |
31 | app_order_success | /{_locale}/{gender}/order_success | Path does not match |
32 | app_order_success_index | /{_locale}/order_success | Path does not match |
33 | app_collection_index | /collection | Path does not match |
34 | app_collection | /{_locale}/{gender}/collection/{id} | Path does not match |
35 | app_collection_list | /{_locale}/{gender}/collections | Path does not match |
36 | collection_add_products_confirm | /{_locale}/myadmin/bulkAddToCollectionConfirm | Path does not match |
37 | collection_add_products | /{_locale}/myadmin/bulkAddToCollection | Path does not match |
38 | collection_bulk_add | /{_locale}/myadmin/bulkActionCollection | Path does not match |
39 | app_customer_dashboard | /{_locale}/customer | Path does not match |
40 | app_customer_order | /customer/order/{id} | Path does not match |
41 | app_customer_register | /register | Path does not match |
42 | app_customer_info | /customer/info | Path does not match |
43 | app_customer_orders | /customer/orders | Path does not match |
44 | app_customer_login_success | /success/login | Path does not match |
45 | app_is_customer_logged | /isCustomerLoggedIn | Path does not match |
46 | app_customer_wishlist | /customer/wishlist | Path does not match |
47 | app_favoris_index | /{_locale}/{gender}/favoris | Path does not match |
48 | app_favoris_index_index | /{_locale}/favoris | Path does not match |
49 | app_add_to_favoris | /{_locale}/{gender}/addToFavoris | Path does not match |
50 | app_moveToCart | /{_locale}/{gender}/moveToCart | Path does not match |
51 | app_favorite_details | /{_locale}/{gender}/getFavoriteItemDetails | Path does not match |
52 | app_removeFromFav | /{_locale}/removeFromFavoris | Path does not match |
53 | app_redirect | / | Path does not match |
54 | customer_login | /{_locale}/{gender}/private_customer | Path does not match |
55 | admin_login | /{_locale}/admin_login | Path does not match |
56 | app_market_place | /market/place | Path does not match |
57 | app_addto_ebay | /marketplace/syncWithEbay | Path does not match |
58 | app_addto_amazon | /marketplace/syncWithAmazon | Path does not match |
59 | app_pushto_marketplace | /marketplace/pushToMarketPlace | Path does not match |
60 | app_home | /{_locale} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.