Routing
app_order_detail
Matched route
Route Parameters
Name | Value |
---|---|
order | "2534" |
Route Matching Logs
Path to match:
/order/2534
# | Route name | Path | Log |
---|---|---|---|
1 | api_envelope_state | /api/digisign/envelope | Path does not match |
2 | api_order_index | /api/v1/order/ | Path does not match |
3 | api_order_create | /api/v1/order/ | Path does not match |
4 | api_order_create_s | /api/v1/order/ | Path does not match |
5 | api_order_read | /api/v1/order/{order} | Path does not match |
6 | api_order_update | /api/v1/order/{order} | Path does not match |
7 | api_order_delete | /api/v1/order/{order} | Path does not match |
8 | api_signi_state | /api/signi/contract/{state} | Path does not match |
9 | api_user_relation_reward | /api/v1/user/relation/reward/{boss}/{junior} | Path does not match |
10 | api_user_relation_direct_reward | /api/v1/user/relation/reward/{user} | Path does not match |
11 | api_user_expands | /api/v1/user/expands/{user} | Path does not match |
12 | app_company_index | /company/{companyGroup} | Path does not match |
13 | app_company_new | /company/{companyGroup}/new | Path does not match |
14 | app_company_detail | /company/{company} | Path does not match |
15 | app_company_edit | /company/{company}/edit | Path does not match |
16 | app_company_edit_process | /company/{company}/edit/process | Path does not match |
17 | app_company_new_process | /company/{companyGroup}/new/process | Path does not match |
18 | app_company_delete | /company/{company}/delete | Path does not match |
19 | app_company_profile_photo_delete | /company/{company}/file/{id}/delete | Path does not match |
20 | app_company_group_index | /companygroup/ | Path does not match |
21 | app_company_group_new | /companygroup/new | Path does not match |
22 | app_company_group_detail | /companygroup/{company} | Path does not match |
23 | app_company_group_edit | /companygroup/{company}/edit | Path does not match |
24 | app_company_group_new_process | /companygroup/new/process | Path does not match |
25 | app_company_group_edit_process | /companygroup/{company}/edit/process | Path does not match |
26 | app_company_group_delete | /companygroup/{company}/delete | Path does not match |
27 | app_companygroup_file_delete | /companygroup/file/{id}/delete | Path does not match |
28 | app_basket_add | /eshop/basket/add/ | Path does not match |
29 | app_basket_clear | /eshop/basket/clear | Path does not match |
30 | app_basket_remove | /eshop/basket/remove/{product} | Path does not match |
31 | app_basket_update | /eshop/basket/update | Path does not match |
32 | app_basket_step_1 | /eshop/nakupni-kosik/ | Path does not match |
33 | app_basket_step_2 | /eshop/fakturacni-a-dodaci-udaje/ | Path does not match |
34 | app_basket_step_3 | /eshop/doprava-a-platba/ | Path does not match |
35 | app_basket_step_4 | /eshop/dokonceni-objednavky/ | Path does not match |
36 | app_basket_step_5 | /eshop/dokonceni-objednavky/dekujeme | Path does not match |
37 | app_eshop_index | /eshop | Path does not match |
38 | app_eshop_product_detail | /eshop/product/{product} | Path does not match |
39 | app_homepage | / | Path does not match |
40 | app_dashboard_settings | /dashboard/settings | Path does not match |
41 | app_emitent_detail | /emitent/{emitent} | Path does not match |
42 | app_index_kontakty | /kontakty | Path does not match |
43 | app_index_eshop | /eshop-bak | Path does not match |
44 | app_index_basket_1 | /basket-1 | Path does not match |
45 | app_index_basket_2 | /basket-2 | Path does not match |
46 | app_index_basket_3 | /basket-3 | Path does not match |
47 | app_index_basket_4 | /basket-4 | Path does not match |
48 | app_index_basket_5 | /basket-5 | Path does not match |
49 | app_index_calendar | /kalendar-akci | Path does not match |
50 | app_index_invoice | /invoice | Path does not match |
51 | app_invoiceautomation_index | /invoicing/ | Path does not match |
52 | app_invoiceautomation_downloadpdf | /invoicing/{invoice}/pdf | Path does not match |
53 | app_invoiceautomation_downloadkpc | /invoicing/{invoice}/kpc | Path does not match |
54 | app_invoiceautomation_downloadtxt | /invoicing/{invoice}/txt | Path does not match |
55 | app_invoiceautomation_approval | /invoicing/{invoice}/approval | Path does not match |
56 | app_invoiceautomation_approve | /invoicing/{invoice}/approve | Path does not match |
57 | app_invoiceautomation_complaine | /invoicing/{invoice}/complain | Path does not match |
58 | app_invoiceautomation_paid | /invoicing/{invoice}/paid | Path does not match |
59 | app_invoiceautomation_unpaid | /invoicing/{invoice}/unpaid | Path does not match |
60 | app_invoiceautomation_pre_report | /invoicing/prereport | Path does not match |
61 | app_invoiceautomation_report | /invoicing/report | Path does not match |
62 | app_order_index | /order | Path does not match |
63 | app_order_export | /order/export/{type} | Path does not match |
64 | app_order_report | /order/report/{type} | Path does not match |
65 | app_order_new | /order/new | Path does not match |
66 | app_order_preview | /order/{hash}/preview | Path does not match |
67 | app_order_detail | /order/{order} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.