Routing
back_category_edit
Matched route
Route Parameters
Name | Value |
---|---|
id | "2" |
Route Matching Logs
Path to match:
/admin/category/edit/2
# | Route name | Path | Log |
---|---|---|---|
1 | back_category_list | /admin/category/list | Path does not match |
2 | back_category_add | /admin/category/add | Path does not match |
3 | back_category_edit | /admin/category/edit/{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.