Routing
app_order_index
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "en" |
httpPort | 80 |
httpsPort | 443 |
path | "/order/" |
permanent | true |
scheme | null |
Route Redirection
This page redirects to:
https://booking-cms.stage.lemieuxbedard.ca/order/
(route: "app_order_index")
Route Matching Logs
Path to match:
/order
# | Route name | Path | Log |
---|---|---|---|
1 | app_admin_user_index.en | /admin/ | Path does not match |
2 | app_admin_user_index.fr | /administrateur/ | Path does not match |
3 | app_admin_user_new.en | /admin/new | Path does not match |
4 | app_admin_user_new.fr | /administrateur/new | Path does not match |
5 | app_admin_user_edit.en | /admin/{id}/edit | Path does not match |
6 | app_admin_user_edit.fr | /administrateur/{id}/edit | Path does not match |
7 | app_admin_user_delete.en | /admin/{id} | Path does not match |
8 | app_admin_user_delete.fr | /administrateur/{id} | Path does not match |
9 | api_user_get_activation_code | /api/activation/{email} | Path does not match |
10 | api_user_get_clinics | /api/clinics/{id} | Path does not match |
11 | api_get_parameters | /api/parameters | Path does not match |
12 | api_get_products | /api/brands | Path does not match |
13 | api_get_shipping_dates | /api/shipping-dates | Path does not match |
14 | api_get_totals | /api/totals/{id} | Path does not match |
15 | api_update_or_create_order | /api/order/{id}/{clinic} | Path does not match |
16 | api_send_report | /api/report/{id}/{clinic}/{current} | Path does not match |
17 | app_brand_index.en | /product/ | Path does not match |
18 | app_brand_index.fr | /produit/ | Path does not match |
19 | app_brand_new.en | /product/new | Path does not match |
20 | app_brand_new.fr | /produit/nouveau | Path does not match |
21 | app_brand_show.en | /product/{id} | Path does not match |
22 | app_brand_show.fr | /produit/{id} | Path does not match |
23 | app_brand_edit.en | /product/{id}/edit | Path does not match |
24 | app_brand_edit.fr | /produit/{id}/edit | Path does not match |
25 | app_brand_delete.en | /product/{id} | Path does not match |
26 | app_brand_delete.fr | /produit/{id} | Path does not match |
27 | app_brand_delete_get.en | /product/{id}/delete | Path does not match |
28 | app_brand_delete_get.fr | /produit/{id}/delete | Path does not match |
29 | app_clinic_index.en | /clinic/ | Path does not match |
30 | app_clinic_index.fr | /clinique/ | Path does not match |
31 | app_clinic_new.en | /clinic/new | Path does not match |
32 | app_clinic_new.fr | /clinique/new | Path does not match |
33 | app_clinic_show.en | /clinic/{clinic} | Path does not match |
34 | app_clinic_show.fr | /clinique/{clinic} | Path does not match |
35 | app_clinic_edit.en | /clinic/{clinic}/edit | Path does not match |
36 | app_clinic_edit.fr | /clinique/{clinic}/edit | Path does not match |
37 | app_clinic_delete.en | /clinic/{clinic} | Path does not match |
38 | app_clinic_delete.fr | /clinique/{clinic} | Path does not match |
39 | app_clinic_delete_get.en | /clinic/{clinic}/delete | Path does not match |
40 | app_clinic_delete_get.fr | /clinique/{clinic}/delete | Path does not match |
41 | load_clinic_distribution_center_codes | /load/distribution | Path does not match |
42 | app_home | / | Path does not match |
43 | app_login.en | /login | Path does not match |
44 | app_login.fr | /connexion | Path does not match |
45 | app_order_index.en | /order/ | Path does not match |
46 | app_order_index.fr | /commande/ | Path does not match |
47 | app_order_new.en | /order/new/{clinic} | Path does not match |
48 | app_order_new.fr | /commande/new/{clinic} | Path does not match |
49 | app_order_show.en | /order/{id}/show | Path does not match |
50 | app_order_show.fr | /commande/{id}/show | Path does not match |
51 | app_order_details.en | /order/{id}/detail | Path does not match |
52 | app_order_details.fr | /commande/{id}/detail | Path does not match |
53 | app_order_confirmation.en | /order/{id}/confirmation | Path does not match |
54 | app_order_confirmation.fr | /commande/{id}/confirmation | Path does not match |
55 | app_order_edit.en | /order/{id}/edit | Path does not match |
56 | app_order_edit.fr | /commande/{id}/edit | Path does not match |
57 | app_order_delete.en | /order/{id} | Path does not match |
58 | app_order_delete.fr | /commande/{id} | Path does not match |
59 | app_order_delete_get.en | /order/{id}/delete | Path does not match |
60 | app_order_delete_get.fr | /commande/{id}/delete | Path does not match |
61 | app_order_resend_email.en | /order/resend | Path does not match |
62 | app_order_resend_email.fr | /commande/resend | Path does not match |
63 | app_order_send.en | /order/{id}/send | Path does not match |
64 | app_order_send.fr | /commande/{id}/send | Path does not match |
65 | app_parameter_edit.en | /parameter/ | Path does not match |
66 | app_parameter_edit.fr | /parametre/ | Path does not match |
67 | app_profile_index.en | /profile/ | Path does not match |
68 | app_profile_index.fr | /profil/ | Path does not match |
69 | app_report.en | /report/ | Path does not match |
70 | app_report.fr | /rapport/ | Path does not match |
71 | app_report_previous.en | /report/last-year | Path does not match |
72 | app_report_previous.fr | /rapport/last-year | Path does not match |
73 | app_forgot_password_request.en | /reset-password | Path does not match |
74 | app_forgot_password_request.fr | /reinitialiser-motdepasse | Path does not match |
75 | app_check_email.en | /reset-password/check-email | Path does not match |
76 | app_check_email.fr | /reinitialiser-motdepasse/check-email | Path does not match |
77 | app_reset_password.en | /reset-password/reset/{token} | Path does not match |
78 | app_reset_password.fr | /reinitialiser-motdepasse/reset/{token} | Path does not match |
79 | app_shipping_date_index.en | /shippingdate/ | Path does not match |
80 | app_shipping_date_index.fr | /livraison/ | Path does not match |
81 | app_shipping_date_new.en | /shippingdate/new | Path does not match |
82 | app_shipping_date_new.fr | /livraison/new | Path does not match |
83 | app_shipping_date_show.en | /shippingdate/{id} | Path does not match |
84 | app_shipping_date_show.fr | /livraison/{id} | Path does not match |
85 | app_shipping_date_edit.en | /shippingdate/{id}/edit | Path does not match |
86 | app_shipping_date_edit.fr | /livraison/{id}/edit | Path does not match |
87 | app_shipping_date_delete.en | /shippingdate/{id} | Path does not match |
88 | app_shipping_date_delete.fr | /livraison/{id} | Path does not match |
89 | app_territory_index.en | /territory/ | Path does not match |
90 | app_territory_index.fr | /territoire/ | Path does not match |
91 | app_territory_new.en | /territory/new | Path does not match |
92 | app_territory_new.fr | /territoire/new | Path does not match |
93 | app_territory_show.en | /territory/{id} | Path does not match |
94 | app_territory_show.fr | /territoire/{id} | Path does not match |
95 | app_territory_edit.en | /territory/{id}/edit | Path does not match |
96 | app_territory_edit.fr | /territoire/{id}/edit | Path does not match |
97 | app_territory_delete.en | /territory/{id} | Path does not match |
98 | app_territory_delete.fr | /territoire/{id} | Path does not match |
99 | app_territory_delete_get.en | /territory/{id}/delete | Path does not match |
100 | app_territory_delete_get.fr | /territoire/{id}/delete | Path does not match |
101 | app_user_index.en | /user/ | Path does not match |
102 | app_user_index.fr | /utilisateur/ | Path does not match |
103 | app_user_new.en | /user/new | Path does not match |
104 | app_user_new.fr | /utilisateur/new | Path does not match |
105 | app_user_show.en | /user/{id} | Path does not match |
106 | app_user_show.fr | /utilisateur/{id} | Path does not match |
107 | app_user_edit.en | /user/{id}/edit | Path does not match |
108 | app_user_edit.fr | /utilisateur/{id}/edit | Path does not match |
109 | app_user_delete.en | /user/{id} | Path does not match |
110 | app_user_delete.fr | /utilisateur/{id} | Path does not match |
111 | app_user_delete_get.en | /user/{id}/delete | Path does not match |
112 | app_user_delete_get.fr | /utilisateur/{id}/delete | Path does not match |
113 | app_user_territory_index.en | /userterritory/ | Path does not match |
114 | app_user_territory_index.fr | /utilisateurterritoire/ | Path does not match |
115 | app_user_territory_new.en | /userterritory/new | Path does not match |
116 | app_user_territory_new.fr | /utilisateurterritoire/new | Path does not match |
117 | app_user_territory_show.en | /userterritory/{id} | Path does not match |
118 | app_user_territory_show.fr | /utilisateurterritoire/{id} | Path does not match |
119 | app_user_territory_edit.en | /userterritory/{id}/edit | Path does not match |
120 | app_user_territory_edit.fr | /utilisateurterritoire/{id}/edit | Path does not match |
121 | app_user_territory_delete.en | /userterritory/{id} | Path does not match |
122 | app_user_territory_delete.fr | /utilisateurterritoire/{id} | Path does not match |
123 | terms_of_use.en | /terms-of-use | Path does not match |
124 | terms_of_use.fr | /modalites-d-utilisation | Path does not match |
125 | _preview_error | /_error/{code}.{_format} | Path does not match |
126 | _wdt | /_wdt/{token} | Path does not match |
127 | _profiler_home | /_profiler/ | Path does not match |
128 | _profiler_search | /_profiler/search | Path does not match |
129 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
130 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
131 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
132 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
133 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
134 | _profiler_open_file | /_profiler/open | Path does not match |
135 | _profiler | /_profiler/{token} | Path does not match |
136 | _profiler_router | /_profiler/{token}/router | Path does not match |
137 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
138 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
139 | app_logout | /logout | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.