Routing
app_cat_produits_list_detail
Matched route
Route Parameters
Name | Value |
---|---|
catId | "6" |
prodId | "118" |
Route Matching Logs
Path to match:
/product_category/6/product/118
# | Route name | Path | Log |
---|---|---|---|
1 | app_about_us_fo | /aboutus/ | Path does not match |
2 | app_about_us_index | /back_office/aboutus/ | Path does not match |
3 | app_about_us_new | /back_office/aboutus/new | Path does not match |
4 | app_about_us_show | /back_office/aboutus/{id} | Path does not match |
5 | app_about_us_edit | /back_office/aboutus/{id}/edit | Path does not match |
6 | app_about_us_delete | /back_office/aboutus/{id} | Path does not match |
7 | app_accueil | / | Path does not match |
8 | app_access_denied | /access_denied | Path does not match |
9 | app_config_params | /back_office/configuration/params | Path does not match |
10 | inspirez-vous | /inspirez-vous | Path does not match |
11 | app_recherche | /recherche | Path does not match |
12 | contactez-nous | /contactez-nous | Path does not match |
13 | app_address_fo | /addresses/ | Path does not match |
14 | app_address_index | /back_office/address/ | Path does not match |
15 | app_address_new | /back_office/address/new | Path does not match |
16 | app_address_show | /back_office/address/{id} | Path does not match |
17 | app_address_edit | /back_office/address/{id}/edit | Path does not match |
18 | app_address_delete | /back_office/address/{id} | Path does not match |
19 | app_all_products | /boutique | Path does not match |
20 | app_produit_cat | /product_category | Path does not match |
21 | app_cat_produits_list | /product_category/{id}/{idSc} | Path does not match |
22 | app_sscategory_list | /cat_sscategory/{id} | Path does not match |
23 | app_cat_produits_list_detail | /product_category/{catId}/product/{prodId} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.