Routing
admin_doctor_index
Matched route
Route Parameters
| Name | Value |
|---|---|
| crudAction | "index" |
| crudControllerFqcn | "App\Controller\Admin\DoctorCrudController" |
| dashboardControllerFqcn | "App\Controller\Admin\DashboardController" |
| routeCreatedByEasyAdmin | true |
Route Matching Logs
Path to match:
/admin/doctor
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_doc | /api/docs.{_format} | Path does not match |
| 2 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 3 | api_validation_errors | /api/validation_errors/{id} | Path does not match |
| 4 | api_entrypoint | /api/{index}.{_format} | Path does not match |
| 5 | _api_errors | /api/errors/{status}.{_format} | Path does not match |
| 6 | _api_validation_errors_problem | /api/validation_errors/{id} | Path does not match |
| 7 | _api_validation_errors_hydra | /api/validation_errors/{id} | Path does not match |
| 8 | _api_validation_errors_jsonapi | /api/validation_errors/{id} | Path does not match |
| 9 | _api_validation_errors_xml | /api/validation_errors/{id} | Path does not match |
| 10 | _api_/.well-known/genid/{id}{._format}_get | /api/.well-known/genid/{id}.{_format} | Path does not match |
| 11 | _api_/schedule_get_collection | /api/schedule | Path does not match |
| 12 | _api_/doctors/{id}{._format}_get | /api/doctors/{id}.{_format} | Path does not match |
| 13 | _api_/doctors_get_collection | /api/doctors | Path does not match |
| 14 | _api_/main_screen_ads/{id}{._format}_get | /api/main_screen_ads/{id}.{_format} | Path does not match |
| 15 | _api_/main_ad_get_collection | /api/main_ad | Path does not match |
| 16 | _api_/wait_mode_get | /api/wait_mode | Path does not match |
| 17 | _api_/work_screen_ads/{id}{._format}_get | /api/work_screen_ads/{id}.{_format} | Path does not match |
| 18 | _api_/work_ad_get_collection | /api/work_ad | Path does not match |
| 19 | admin_contract_pdf_settings_index | /admin/contract-pdf-settings | Path does not match |
| 20 | admin_contract_pdf_settings_new | /admin/contract-pdf-settings/new | Path does not match |
| 21 | admin_contract_pdf_settings_batch_delete | /admin/contract-pdf-settings/batch-delete | Path does not match |
| 22 | admin_contract_pdf_settings_autocomplete | /admin/contract-pdf-settings/autocomplete | Path does not match |
| 23 | admin_contract_pdf_settings_render_filters | /admin/contract-pdf-settings/render-filters | Path does not match |
| 24 | admin_contract_pdf_settings_edit | /admin/contract-pdf-settings/{entityId}/edit | Path does not match |
| 25 | admin_contract_pdf_settings_delete | /admin/contract-pdf-settings/{entityId}/delete | Path does not match |
| 26 | admin_contract_pdf_settings_detail | /admin/contract-pdf-settings/{entityId} | Path does not match |
| 27 | admin_doctor_index | /admin/doctor | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.