Routing
admin_alley_edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "sv" |
| crudAction | "edit" |
| crudControllerFqcn | "App\Controller\Admin\AlleyCrudController" |
| dashboardControllerFqcn | "App\Controller\Admin\DashboardController" |
| entityId | "43" |
| routeCreatedByEasyAdmin | true |
Route Redirection
This page redirects to:
https://devel2.bowlres.se/login
Route Matching Logs
Path to match:
/admin/alley/43/edit
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | admin_alley_index | /admin/alley | Path does not match |
| 3 | admin_alley_new | /admin/alley/new | Path does not match |
| 4 | admin_alley_batch_delete | /admin/alley/batch-delete | Path does not match |
| 5 | admin_alley_autocomplete | /admin/alley/autocomplete | Path does not match |
| 6 | admin_alley_render_filters | /admin/alley/render-filters | Path does not match |
| 7 | admin_alley_edit | /admin/alley/{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.