Routing
app_event_calendar
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
Route Matching Logs
Path to match:
/event/calendar/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin/{_locale} | Path does not match |
| 2 | admin_invoice | /admin/{_locale}/invoice | Path does not match |
| 3 | admin_invoice_download | /admin/{_locale}/invoice/{id}/download | Path does not match |
| 4 | admin_invoice_download.cs | /admin/faktura/{id}/stahnout | Path does not match |
| 5 | admin_invoice_download.en | /admin/invoice/{id}/download | Path does not match |
| 6 | app_cart | /{_locale}/cart | Path does not match |
| 7 | app_cart.cs | /kosik | Path does not match |
| 8 | app_cart.en | /cart | Path does not match |
| 9 | app_cart_comgate_result | /cart/comgate/result | Path does not match |
| 10 | app_cart_comgate_notify | /cart/comgate/notify | Path does not match |
| 11 | app_cart_success | /{_locale}/cart/success | Path does not match |
| 12 | app_cart_success.cs | /kosik/uspech | Path does not match |
| 13 | app_cart_success.en | /cart/success | Path does not match |
| 14 | app_cart_add | /{_locale}/cart/add/{id} | Path does not match |
| 15 | app_cart_remove | /{_locale}/cart/remove/{id} | Path does not match |
| 16 | app_cart_quantity_increase | /{_locale}/cart/quantity-increase/{id} | Path does not match |
| 17 | app_cart_quantity_reduce | /{_locale}/cart/quantity-reduce/{id} | Path does not match |
| 18 | app_event_company | /{_locale}/event/company | Path does not match |
| 19 | app_event_company.cs | /akce/firemni | Path does not match |
| 20 | app_event_company.en | /event/company | Path does not match |
| 21 | app_event_school | /{_locale}/event/school | Path does not match |
| 22 | app_event_school.cs | /akce/skolni | Path does not match |
| 23 | app_event_school.en | /event/school | Path does not match |
| 24 | app_event_calendar | /{_locale}/event/calendar/ | Path does not match |
| 25 | app_event_calendar.cs | /kalendar-akci/ | Path does not match |
| 26 | app_event_calendar.en | /event/calendar/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.