Routing
easyadmin_advert_detail
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| crudAction | "detail" |
| crudControllerFqcn | "App\Controller\Admin\AdvertCrudController" |
| dashboardControllerFqcn | "App\Controller\Admin\DashboardController" |
| entityId | "218" |
| routeCreatedByEasyAdmin | true |
Route Matching Logs
Path to match:
/admin/advert/218
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | easyadmin_advert_index | /admin/advert | Path does not match |
| 2 | easyadmin_advert_new | /admin/advert/new | Path does not match |
| 3 | easyadmin_advert_batch_delete | /admin/advert/batch-delete | Path does not match |
| 4 | easyadmin_advert_autocomplete | /admin/advert/autocomplete | Path does not match |
| 5 | easyadmin_advert_render_filters | /admin/advert/render-filters | Path does not match |
| 6 | easyadmin_advert_edit | /admin/advert/{entityId}/edit | Path does not match |
| 7 | easyadmin_advert_delete | /admin/advert/{entityId}/delete | Path does not match |
| 8 | easyadmin_advert_detail | /admin/advert/{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.