Routing
admin_article_edit
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "fr" |
crudAction | "edit" |
crudControllerFqcn | "App\Controller\Admin\ArticleCrudController" |
dashboardControllerFqcn | "App\Controller\Admin\DashboardController" |
entityId | "493" |
routeCreatedByEasyAdmin | true |
Route Matching Logs
Path to match:
/admin/article/493/edit
# | 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 does not match |
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 | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.