Routing
gift-card
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "fi" |
Route Matching Logs
Path to match:
/fi/gift-card/
# | 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_search_results | /_profiler/{token}/search/results | Path does not match |
8 | _profiler_open_file | /_profiler/open | Path does not match |
9 | _profiler | /_profiler/{token} | Path does not match |
10 | _profiler_router | /_profiler/{token}/router | Path does not match |
11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
13 | cart | /{_locale}/cart/ | Path does not match |
14 | cart-empty-cart | /{_locale}/cart/empty/ | Path does not match |
15 | get-api-cart-tatal | /{_locale}/cart/api/v1/cart-total/ | Path does not match |
16 | get-api-cart-products | /{_locale}/cart/api/v1/cart-products/ | Path does not match |
17 | post-api-cart-remove | /{_locale}/cart/api/v1/cart-remove/ | Path does not match |
18 | post-api-cart-remove-package | /{_locale}/cart/api/v1/cart-remove-package/ | Path does not match |
19 | post-api-cart-remove-gift-card | /{_locale}/cart/api/v1/cart-remove-gift-card/ | Path does not match |
20 | post-api-cart-remove-contribution | /{_locale}/cart/api/v1/cart-remove-contribution/ | Path does not match |
21 | catering-performance | /{_locale}/catering/{performanceId}/ | Path does not match |
22 | catering | /{_locale}/catering/ | Path does not match |
23 | get-api-catering-items | /{_locale}/catering/api/v1/catering-items/ | Path does not match |
24 | get-api-catering-performances | /{_locale}/cart/api/v1/catering-performances/ | Path does not match |
25 | get-api-catering-guests | /{_locale}/cart/api/v1/catering-guests/ | Path does not match |
26 | post-api-catering-add | /{_locale}/cart/api/v1/catering-add/ | Path does not match |
27 | checkout | /{_locale}/checkout/ | Path does not match |
28 | get-api-checkout-form | /{_locale}/checkout/api/v1/checkout-form/ | Path does not match |
29 | checkout-address | /{_locale}/checkout/address/ | Path does not match |
30 | post-api-checkout-delivery-method | /{_locale}/checkout/api/v1/checkout-delivery-method/ | Path does not match |
31 | post-api-checkout-payment-method | /{_locale}/checkout/api/v1/checkout-payment-method/ | Path does not match |
32 | post-api-checkout-payment-type | /{_locale}/checkout/api/v1/checkout-payment-type/ | Path does not match |
33 | post-api-checkout-code | /{_locale}/checkout/api/v1/checkout-code/ | Path does not match |
34 | post-api-checkout-donate | /{_locale}/checkout/api/v1/checkout-donate/ | Path does not match |
35 | post-api-checkout-balance-use | /{_locale}/checkout/api/v1/checkout-balance-use/ | Path does not match |
36 | collect-catering | /{_locale}/collect-catering/ | Path does not match |
37 | get-api-collect-catering-items | /{_locale}/collect-catering/api/v1/catering-items/ | Path does not match |
38 | get-api-collect-catering-performances | /{_locale}/collect-catering/api/v1/catering-performances/ | Path does not match |
39 | get-api-collect-catering-guests | /{_locale}/collect-catering/api/v1/catering-guests/ | Path does not match |
40 | index | / | Path does not match |
41 | lang-index | /{_locale}/ | Path does not match |
42 | app_feeproduct_addpass | /{_locale}/add-streaming-pass/{id} | Path does not match |
43 | app_feeproduct_listfees | /listpasses | Path does not match |
44 | fund | /{_locale}/fund/ | Path does not match |
45 | post-api-fund-add | /{_locale}/fund/api/v1/fund-add/{fundId}/ | Path does not match |
46 | gift-card | /{_locale}/gift-card/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.