Routing
admin_station_index
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/admin/station/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_company_index | /admin/company/ | Path does not match |
| 2 | admin_company_new | /admin/company/new | Path does not match |
| 3 | admin_company_edit | /admin/company/{id}/edit | Path does not match |
| 4 | admin_company_delete | /admin/company/{id} | Path does not match |
| 5 | admin_company_toggle | /admin/company/toggle/{id} | Path does not match |
| 6 | admin_countertype_index | /admin/countertype/ | Path does not match |
| 7 | admin_countertype_new | /admin/countertype/new | Path does not match |
| 8 | admin_countertype_edit | /admin/countertype/{id}/edit | Path does not match |
| 9 | admin_countertype_delete | /admin/countertype/{id} | Path does not match |
| 10 | admin_countertype_toggle | /admin/countertype/toggle/{id} | Path does not match |
| 11 | admin_countertypegroup_index | /admin/countertypegroup/ | Path does not match |
| 12 | admin_countertypegroup_new | /admin/countertypegroup/new | Path does not match |
| 13 | admin_countertypegroup_edit | /admin/countertypegroup/{id}/edit | Path does not match |
| 14 | admin_countertypegroup_delete | /admin/countertypegroup/{id} | Path does not match |
| 15 | admin_countertypegroup_toggle | /admin/countertypegroup/toggle/{id} | Path does not match |
| 16 | admin_counter_unit_index | /admin/counter_unit/ | Path does not match |
| 17 | admin_counter_unit_new | /admin/counter_unit/new | Path does not match |
| 18 | admin_counter_unit_edit | /admin/counter_unit/{id}/edit | Path does not match |
| 19 | admin_counter_unit_delete | /admin/counter_unit/{id} | Path does not match |
| 20 | admin_counter_unit_toggle | /admin/counter_unit/toggle/{id} | Path does not match |
| 21 | admin_dashboard_index | /admin/dashboard/ | Path does not match |
| 22 | admin_facility_index | /admin/facility/ | Path does not match |
| 23 | admin_facility_new | /admin/facility/new | Path does not match |
| 24 | admin_facility_edit | /admin/facility/{id}/edit | Path does not match |
| 25 | admin_facility_delete | /admin/facility/{id} | Path does not match |
| 26 | admin_facility_toggle | /admin/facility/toggle/{id} | Path does not match |
| 27 | admin_facility_view | /admin/facility/{id}/view | Path does not match |
| 28 | admin_harve_index | /admin/harve/ | Path does not match |
| 29 | admin_harve_new | /admin/harve/new | Path does not match |
| 30 | admin_harve_edit | /admin/harve/{id}/edit | Path does not match |
| 31 | admin_harve_delete | /admin/harve/{id} | Path does not match |
| 32 | admin_harve_toggle | /admin/harve/toggle/{id} | Path does not match |
| 33 | admin_main_unit_index | /admin/main_unit/ | Path does not match |
| 34 | admin_main_unit_new | /admin/main_unit/new | Path does not match |
| 35 | admin_main_unit_edit | /admin/main_unit/{id}/edit | Path does not match |
| 36 | admin_main_unit_delete | /admin/main_unit/{id} | Path does not match |
| 37 | admin_main_unit_toggle | /admin/main_unit/toggle/{id} | Path does not match |
| 38 | admin_recalculate_request_index | /admin/recalculate/ | Path does not match |
| 39 | admin_recalculate_request_new | /admin/recalculate/new | Path does not match |
| 40 | admin_recalculate_request_delete | /admin/recalculate/{id} | Path does not match |
| 41 | admin_reimport_request_index | /admin/reimport/ | Path does not match |
| 42 | admin_reimport_request_new | /admin/reimport/new | Path does not match |
| 43 | admin_reimport_request_delete | /admin/reimport/{id} | Path does not match |
| 44 | admin_schedulertask_index | /admin/schedulertask/ | Path does not match |
| 45 | admin_schedulertask_new | /admin/schedulertask/new | Path does not match |
| 46 | admin_schedulertask_edit | /admin/schedulertask/{id}/edit | Path does not match |
| 47 | admin_schedulertask_delete | /admin/schedulertask/{id} | Path does not match |
| 48 | admin_schedulertask_toggle | /admin/schedulertask/toggle/{id} | Path does not match |
| 49 | admin_simcard_index | /admin/simcard/ | Path does not match |
| 50 | admin_simcard_new | /admin/simcard/new | Path does not match |
| 51 | admin_simcard_edit | /admin/simcard/{id}/edit | Path does not match |
| 52 | admin_simcard_delete | /admin/simcard/{id} | Path does not match |
| 53 | admin_simcard_download | /admin/simcard/{id} | Path does not match |
| 54 | admin_simcard_toggle | /admin/simcard/toggle/{id} | Path does not match |
| 55 | admin_station_index | /admin/station/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.