Routing
order_variant
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "cs" |
product | "1" |
productVariant | "4" |
slug | "bud-fit" |
Route Matching Logs
Path to match:
/objednavka/1-bud-fit/4
# | Route name | Path | Log |
---|---|---|---|
1 | logout | /logout | Path does not match |
2 | _preview_error | /_error/{code}.{_format} | Path does not match |
3 | _wdt | /_wdt/{token} | Path does not match |
4 | _profiler_home | /_profiler/ | Path does not match |
5 | _profiler_search | /_profiler/search | Path does not match |
6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
10 | _profiler_open_file | /_profiler/open | Path does not match |
11 | _profiler | /_profiler/{token} | Path does not match |
12 | _profiler_router | /_profiler/{token}/router | Path does not match |
13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
15 | backoffice_dashboard | /backoffice | Path does not match |
16 | backoffice_orders | /backoffice/order | Path does not match |
17 | backoffice_order_create | /backoffice/order/create | Path does not match |
18 | backoffice_order_detail | /backoffice/order/{order}/detail | Path does not match |
19 | backoffice_order_delete | /backoffice/order/{order}/delete | Path does not match |
20 | backoffice_products | /backoffice/product | Path does not match |
21 | backoffice_product_create | /backoffice/product/create | Path does not match |
22 | backoffice_product_detail | /backoffice/product/{product}/detail | Path does not match |
23 | backoffice_product_activate | /backoffice/product/{product}/activate | Path does not match |
24 | backoffice_product_delete | /backoffice/product/{product}/delete | Path does not match |
25 | backoffice_setup_consultation_dates | /backoffice/setup/consultation-date | Path does not match |
26 | backoffice_setup_consultation_date_create | /backoffice/setup/consultation-date/create | Path does not match |
27 | backoffice_setup_consultation_date_detail | /backoffice/setup/consultation-date/{consultationDate}/detail | Path does not match |
28 | backoffice_setup_consultation_date_activate | /backoffice/setup/consultation-date/{consultationDate}/activate | Path does not match |
29 | backoffice_setup_consultation_date_delete | /backoffice/setup/consultation-date/{consultationDate}/delete | Path does not match |
30 | backoffice_users | /backoffice/user | Path does not match |
31 | backoffice_user_create | /backoffice/user/create | Path does not match |
32 | backoffice_user_detail | /backoffice/user/{user}/detail | Path does not match |
33 | backoffice_user_activate | /backoffice/user/{user}/activate | Path does not match |
34 | backoffice_user_delete | /backoffice/user/{user}/delete | Path does not match |
35 | backoffice_vouchers | /backoffice/voucher | Path does not match |
36 | backoffice_voucher_create | /backoffice/voucher/create | Path does not match |
37 | admin_coupon_create | /backoffice/voucher/create | Path does not match |
38 | admin_coupon_detail | /backoffice/voucher/{coupon}/detail | Path does not match |
39 | admin_coupon_activate | /backoffice/voucher/{coupon}/activate | Path does not match |
40 | admin_coupon_deactivate | /backoffice/voucher/{coupon}/deactivate | Path does not match |
41 | admin_coupon_delete | /backoffice/voucher/{coupon}/delete | Path does not match |
42 | account.cs | /ucet | Path does not match |
43 | account.en | /account | Path does not match |
44 | account_orders.cs | /ucet/objednavky | Path does not match |
45 | account_orders.en | /account/orders | Path does not match |
46 | account_order_detail.cs | /ucet/objednavky/{uuid} | Path does not match |
47 | account_order_detail.en | /account/orders/{uuid} | Path does not match |
48 | account_edit.cs | /ucet/uprava | Path does not match |
49 | account_edit.en | /account/edit | Path does not match |
50 | account_password.cs | /ucet/heslo | Path does not match |
51 | account_password.en | /account/password | Path does not match |
52 | homepage | / | Path does not match |
53 | order.cs | /objednavka/{product}-{slug} | Path does not match |
54 | order.en | /order/{product}-{slug} | Path does not match |
55 | order_variant.cs | /objednavka/{product}-{slug}/{productVariant} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.