Routing
media_asset_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "4" |
Route Matching Logs
Path to match:
/media/file/4
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_dashboard | /admin | Path does not match |
| 2 | admin_content_edit | /admin/content/{key} | Path does not match |
| 3 | app_login | /admin/login | Path does not match |
| 4 | app_logout | /admin/logout | Path does not match |
| 5 | admin_kuzelky | /admin/kuzelky | Path does not match |
| 6 | admin_kuzelky_refresh | /admin/kuzelky/refresh | Path does not match |
| 7 | admin_lane_reservations | /admin/rezervace-kuzelny | Path does not match |
| 8 | admin_lane_reservations_settings | /admin/rezervace-kuzelny/nastaveni | Path does not match |
| 9 | admin_lane_reservations_lane_create | /admin/rezervace-kuzelny/drahy/vytvorit | Path does not match |
| 10 | admin_lane_reservations_lane_update | /admin/rezervace-kuzelny/drahy/{id}/upravit | Path does not match |
| 11 | admin_lane_reservations_lane_delete | /admin/rezervace-kuzelny/drahy/{id}/smazat | Path does not match |
| 12 | admin_lane_reservations_create | /admin/rezervace-kuzelny/rezervace/vytvorit | Path does not match |
| 13 | admin_lane_reservations_update | /admin/rezervace-kuzelny/rezervace/{id}/upravit | Path does not match |
| 14 | admin_lane_reservations_delete | /admin/rezervace-kuzelny/rezervace/{id}/smazat | Path does not match |
| 15 | admin_lane_reservations_closure_create | /admin/rezervace-kuzelny/blokace/vytvorit | Path does not match |
| 16 | admin_lane_reservations_closure_update | /admin/rezervace-kuzelny/blokace/{id}/upravit | Path does not match |
| 17 | admin_lane_reservations_closure_delete | /admin/rezervace-kuzelny/blokace/{id}/smazat | Path does not match |
| 18 | admin_lane_reservations_closure_delete_series | /admin/rezervace-kuzelny/blokace/{id}/smazat-serii | Path does not match |
| 19 | admin_lane_reservations_status | /admin/rezervace-kuzelny/rezervace/{id}/stav/{status} | Path does not match |
| 20 | admin_media_upload | /admin/media/upload | Path does not match |
| 21 | media_asset_show | /media/file/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.