Routing
admin_article_detail
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
| crudAction | "detail" |
| crudControllerFqcn | "App\Controller\Admin\ArticleCrudController" |
| dashboardControllerFqcn | "App\Controller\Admin\DashboardController" |
| entityId | "batch-delete" |
| routeCreatedByEasyAdmin | true |
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/admin/article/batch-delete
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_arpc_broche_index | /admin/arpc-broche | Path does not match |
| 2 | admin_arpc_broche_new | /admin/arpc-broche/new | Path does not match |
| 3 | admin_arpc_broche_batch_delete | /admin/arpc-broche/batch-delete | Path does not match |
| 4 | admin_arpc_broche_autocomplete | /admin/arpc-broche/autocomplete | Path does not match |
| 5 | admin_arpc_broche_render_filters | /admin/arpc-broche/render-filters | Path does not match |
| 6 | admin_arpc_broche_edit | /admin/arpc-broche/{entityId}/edit | Path does not match |
| 7 | admin_arpc_broche_delete | /admin/arpc-broche/{entityId}/delete | Path does not match |
| 8 | admin_arpc_broche_detail | /admin/arpc-broche/{entityId} | Path does not match |
| 9 | admin_article_index | /admin/article | Path does not match |
| 10 | admin_article_new | /admin/article/new | Path does not match |
| 11 | admin_article_batch_delete | /admin/article/batch-delete | Path almost matches, but Method "GET" does not match any of the required methods (POST) |
| 12 | admin_article_autocomplete | /admin/article/autocomplete | Path does not match |
| 13 | admin_article_render_filters | /admin/article/render-filters | Path does not match |
| 14 | admin_article_edit | /admin/article/{entityId}/edit | Path does not match |
| 15 | admin_article_delete | /admin/article/{entityId}/delete | Path does not match |
| 16 | admin_article_detail | /admin/article/{entityId} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.