Routing
admin_doctor_edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "ru" |
| crudAction | "edit" |
| crudControllerFqcn | "App\Controller\Admin\DoctorCrudController" |
| dashboardControllerFqcn | "App\Controller\Admin\DashboardController" |
| entityId | "4" |
| routeCreatedByEasyAdmin | true |
Route Matching Logs
Path to match:
/apanel/doctor/4/edit
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /apanel | Path does not match |
| 2 | admin_category_index | /apanel/category | Path does not match |
| 3 | admin_category_new | /apanel/category/new | Path does not match |
| 4 | admin_category_batch_delete | /apanel/category/batch-delete | Path does not match |
| 5 | admin_category_autocomplete | /apanel/category/autocomplete | Path does not match |
| 6 | admin_category_render_filters | /apanel/category/render-filters | Path does not match |
| 7 | admin_category_edit | /apanel/category/{entityId}/edit | Path does not match |
| 8 | admin_category_delete | /apanel/category/{entityId}/delete | Path does not match |
| 9 | admin_category_detail | /apanel/category/{entityId} | Path does not match |
| 10 | admin_doctor_index | /apanel/doctor | Path does not match |
| 11 | admin_doctor_new | /apanel/doctor/new | Path does not match |
| 12 | admin_doctor_batch_delete | /apanel/doctor/batch-delete | Path does not match |
| 13 | admin_doctor_autocomplete | /apanel/doctor/autocomplete | Path does not match |
| 14 | admin_doctor_render_filters | /apanel/doctor/render-filters | Path does not match |
| 15 | admin_doctor_edit | /apanel/doctor/{entityId}/edit | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.