Routing
admin_user_index
Matched route
Route Parameters
| Name | Value |
|---|---|
| crudAction | "index" |
| crudControllerFqcn | "App\Controller\UserCrudController" |
| dashboardControllerFqcn | "App\Controller\DashboardController" |
| routeCreatedByEasyAdmin | true |
Route Matching Logs
Path to match:
/user
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | / | Path does not match |
| 2 | admin_contractor_index | /contractor | Path does not match |
| 3 | admin_contractor_new | /contractor/new | Path does not match |
| 4 | admin_contractor_batch_delete | /contractor/batch-delete | Path does not match |
| 5 | admin_contractor_autocomplete | /contractor/autocomplete | Path does not match |
| 6 | admin_contractor_render_filters | /contractor/render-filters | Path does not match |
| 7 | admin_contractor_edit | /contractor/{entityId}/edit | Path does not match |
| 8 | admin_contractor_delete | /contractor/{entityId}/delete | Path does not match |
| 9 | admin_contractor_detail | /contractor/{entityId} | Path does not match |
| 10 | admin_cost_center_index | /cost-center | Path does not match |
| 11 | admin_cost_center_new | /cost-center/new | Path does not match |
| 12 | admin_cost_center_batch_delete | /cost-center/batch-delete | Path does not match |
| 13 | admin_cost_center_autocomplete | /cost-center/autocomplete | Path does not match |
| 14 | admin_cost_center_render_filters | /cost-center/render-filters | Path does not match |
| 15 | admin_cost_center_edit | /cost-center/{entityId}/edit | Path does not match |
| 16 | admin_cost_center_delete | /cost-center/{entityId}/delete | Path does not match |
| 17 | admin_cost_center_detail | /cost-center/{entityId} | Path does not match |
| 18 | admin_debitor_index | /debitor | Path does not match |
| 19 | admin_debitor_new | /debitor/new | Path does not match |
| 20 | admin_debitor_batch_delete | /debitor/batch-delete | Path does not match |
| 21 | admin_debitor_autocomplete | /debitor/autocomplete | Path does not match |
| 22 | admin_debitor_render_filters | /debitor/render-filters | Path does not match |
| 23 | admin_debitor_edit | /debitor/{entityId}/edit | Path does not match |
| 24 | admin_debitor_delete | /debitor/{entityId}/delete | Path does not match |
| 25 | admin_debitor_detail | /debitor/{entityId} | Path does not match |
| 26 | admin_debitor_has_contractor_index | /debitor-has-contractor | Path does not match |
| 27 | admin_debitor_has_contractor_new | /debitor-has-contractor/new | Path does not match |
| 28 | admin_debitor_has_contractor_batch_delete | /debitor-has-contractor/batch-delete | Path does not match |
| 29 | admin_debitor_has_contractor_autocomplete | /debitor-has-contractor/autocomplete | Path does not match |
| 30 | admin_debitor_has_contractor_render_filters | /debitor-has-contractor/render-filters | Path does not match |
| 31 | admin_debitor_has_contractor_edit | /debitor-has-contractor/{entityId}/edit | Path does not match |
| 32 | admin_debitor_has_contractor_delete | /debitor-has-contractor/{entityId}/delete | Path does not match |
| 33 | admin_debitor_has_contractor_detail | /debitor-has-contractor/{entityId} | Path does not match |
| 34 | admin_module_index | /module | Path does not match |
| 35 | admin_module_new | /module/new | Path does not match |
| 36 | admin_module_batch_delete | /module/batch-delete | Path does not match |
| 37 | admin_module_autocomplete | /module/autocomplete | Path does not match |
| 38 | admin_module_render_filters | /module/render-filters | Path does not match |
| 39 | admin_module_edit | /module/{entityId}/edit | Path does not match |
| 40 | admin_module_delete | /module/{entityId}/delete | Path does not match |
| 41 | admin_module_detail | /module/{entityId} | Path does not match |
| 42 | admin_site_index | /site | Path does not match |
| 43 | admin_site_new | /site/new | Path does not match |
| 44 | admin_site_batch_delete | /site/batch-delete | Path does not match |
| 45 | admin_site_autocomplete | /site/autocomplete | Path does not match |
| 46 | admin_site_render_filters | /site/render-filters | Path does not match |
| 47 | admin_site_edit | /site/{entityId}/edit | Path does not match |
| 48 | admin_site_delete | /site/{entityId}/delete | Path does not match |
| 49 | admin_site_detail | /site/{entityId} | Path does not match |
| 50 | admin_user_contractor_connection_index | /user-contractor-connection | Path does not match |
| 51 | admin_user_contractor_connection_new | /user-contractor-connection/new | Path does not match |
| 52 | admin_user_contractor_connection_batch_delete | /user-contractor-connection/batch-delete | Path does not match |
| 53 | admin_user_contractor_connection_autocomplete | /user-contractor-connection/autocomplete | Path does not match |
| 54 | admin_user_contractor_connection_render_filters | /user-contractor-connection/render-filters | Path does not match |
| 55 | admin_user_contractor_connection_edit | /user-contractor-connection/{entityId}/edit | Path does not match |
| 56 | admin_user_contractor_connection_delete | /user-contractor-connection/{entityId}/delete | Path does not match |
| 57 | admin_user_contractor_connection_detail | /user-contractor-connection/{entityId} | Path does not match |
| 58 | admin_user_index | /user | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.