Routing
admin_resource_section_edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| crudAction | "edit" |
| crudControllerFqcn | "App\Controller\Admin\ResourceSectionCrudController" |
| dashboardControllerFqcn | "App\Controller\Admin\DashboardController" |
| entityId | "14" |
| routeCreatedByEasyAdmin | true |
Route Matching Logs
Path to match:
/admin/resource-section/14/edit
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | fc_load_events | /fc-load-events | Path does not match |
| 2 | admin | /admin | Path does not match |
| 3 | admin_members_index | /admin/members | Path does not match |
| 4 | admin_members_new | /admin/members/new | Path does not match |
| 5 | admin_members_batch_delete | /admin/members/batch-delete | Path does not match |
| 6 | admin_members_autocomplete | /admin/members/autocomplete | Path does not match |
| 7 | admin_members_render_filters | /admin/members/render-filters | Path does not match |
| 8 | admin_members_edit | /admin/members/{entityId}/edit | Path does not match |
| 9 | admin_members_delete | /admin/members/{entityId}/delete | Path does not match |
| 10 | admin_members_detail | /admin/members/{entityId} | Path does not match |
| 11 | admin_resource_assignment_index | /admin/resource-assignment | Path does not match |
| 12 | admin_resource_assignment_new | /admin/resource-assignment/new | Path does not match |
| 13 | admin_resource_assignment_batch_delete | /admin/resource-assignment/batch-delete | Path does not match |
| 14 | admin_resource_assignment_autocomplete | /admin/resource-assignment/autocomplete | Path does not match |
| 15 | admin_resource_assignment_render_filters | /admin/resource-assignment/render-filters | Path does not match |
| 16 | admin_resource_assignment_edit | /admin/resource-assignment/{entityId}/edit | Path does not match |
| 17 | admin_resource_assignment_delete | /admin/resource-assignment/{entityId}/delete | Path does not match |
| 18 | admin_resource_assignment_detail | /admin/resource-assignment/{entityId} | Path does not match |
| 19 | admin_resource_documents_index | /admin/resource-documents | Path does not match |
| 20 | admin_resource_documents_new | /admin/resource-documents/new | Path does not match |
| 21 | admin_resource_documents_batch_delete | /admin/resource-documents/batch-delete | Path does not match |
| 22 | admin_resource_documents_autocomplete | /admin/resource-documents/autocomplete | Path does not match |
| 23 | admin_resource_documents_render_filters | /admin/resource-documents/render-filters | Path does not match |
| 24 | admin_resource_documents_edit | /admin/resource-documents/{entityId}/edit | Path does not match |
| 25 | admin_resource_documents_delete | /admin/resource-documents/{entityId}/delete | Path does not match |
| 26 | admin_resource_documents_detail | /admin/resource-documents/{entityId} | Path does not match |
| 27 | admin_resource_section_index | /admin/resource-section | Path does not match |
| 28 | admin_resource_section_new | /admin/resource-section/new | Path does not match |
| 29 | admin_resource_section_batch_delete | /admin/resource-section/batch-delete | Path does not match |
| 30 | admin_resource_section_autocomplete | /admin/resource-section/autocomplete | Path does not match |
| 31 | admin_resource_section_render_filters | /admin/resource-section/render-filters | Path does not match |
| 32 | admin_resource_section_edit | /admin/resource-section/{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.