Routing
kiwi_cookies
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/cookies
# | Route name | Path | Log |
---|---|---|---|
1 | blog_index | /blog/list/{page} | Path does not match |
2 | blog_show | /blog/show/{id} | Path does not match |
3 | cart | /cart | Path does not match |
4 | app_cart_postoperationcart | /post-ajax/operation-cart/{operationId} | Path does not match |
5 | app_cart_getoperationcarts | /get-ajax/operation-cart | Path does not match |
6 | app_cart_creategiftcart | /post-ajax/create-gift-cart/{giftId} | Path does not match |
7 | app_cart_removegiftcart | /post-ajax/remove-gift-cart/{giftId} | Path does not match |
8 | app_cart_postgiftcart | /post-ajax/gift-cart/{giftId} | Path does not match |
9 | app_cart_getgiftcarts | /get-ajax/gift-cart | Path does not match |
10 | app_cart_getgiftcartshtml | /get-ajax/gift-cart-html | Path does not match |
11 | catalog_list | /catalog/ | Path does not match |
12 | kiwi_contact | /contact | Path does not match |
13 | kiwi_homepage | / | Path does not match |
14 | kiwi_modality | /modalite | Path does not match |
15 | kiwi_mentions_legales | /mentions-legales | Path does not match |
16 | kiwi_cgu | /cgu | Path does not match |
17 | kiwi_donnees_perso | /donnees-personnelles | Path does not match |
18 | kiwi_cookies | /cookies | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.