Routing
admin_character_edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| crudAction | "edit" |
| crudControllerFqcn | "App\Controller\Admin\CharacterCrudController" |
| dashboardControllerFqcn | "App\Controller\Admin\DashboardController" |
| entityId | "1" |
| routeCreatedByEasyAdmin | true |
Route Matching Logs
Path to match:
/admin/character/1/edit
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | admin_calendar_event_index | /admin/calendar-event | Path does not match |
| 3 | admin_calendar_event_new | /admin/calendar-event/new | Path does not match |
| 4 | admin_calendar_event_batch_delete | /admin/calendar-event/batch-delete | Path does not match |
| 5 | admin_calendar_event_autocomplete | /admin/calendar-event/autocomplete | Path does not match |
| 6 | admin_calendar_event_render_filters | /admin/calendar-event/render-filters | Path does not match |
| 7 | admin_calendar_event_edit | /admin/calendar-event/{entityId}/edit | Path does not match |
| 8 | admin_calendar_event_delete | /admin/calendar-event/{entityId}/delete | Path does not match |
| 9 | admin_calendar_event_detail | /admin/calendar-event/{entityId} | Path does not match |
| 10 | admin_calendar_holiday_index | /admin/calendar-holiday | Path does not match |
| 11 | admin_calendar_holiday_new | /admin/calendar-holiday/new | Path does not match |
| 12 | admin_calendar_holiday_batch_delete | /admin/calendar-holiday/batch-delete | Path does not match |
| 13 | admin_calendar_holiday_autocomplete | /admin/calendar-holiday/autocomplete | Path does not match |
| 14 | admin_calendar_holiday_render_filters | /admin/calendar-holiday/render-filters | Path does not match |
| 15 | admin_calendar_holiday_edit | /admin/calendar-holiday/{entityId}/edit | Path does not match |
| 16 | admin_calendar_holiday_delete | /admin/calendar-holiday/{entityId}/delete | Path does not match |
| 17 | admin_calendar_holiday_detail | /admin/calendar-holiday/{entityId} | Path does not match |
| 18 | admin_character_ability_index | /admin/character-ability | Path does not match |
| 19 | admin_character_ability_new | /admin/character-ability/new | Path does not match |
| 20 | admin_character_ability_batch_delete | /admin/character-ability/batch-delete | Path does not match |
| 21 | admin_character_ability_autocomplete | /admin/character-ability/autocomplete | Path does not match |
| 22 | admin_character_ability_render_filters | /admin/character-ability/render-filters | Path does not match |
| 23 | admin_character_ability_edit | /admin/character-ability/{entityId}/edit | Path does not match |
| 24 | admin_character_ability_delete | /admin/character-ability/{entityId}/delete | Path does not match |
| 25 | admin_character_ability_detail | /admin/character-ability/{entityId} | Path does not match |
| 26 | admin_character_command_index | /admin/character-command | Path does not match |
| 27 | admin_character_command_new | /admin/character-command/new | Path does not match |
| 28 | admin_character_command_batch_delete | /admin/character-command/batch-delete | Path does not match |
| 29 | admin_character_command_autocomplete | /admin/character-command/autocomplete | Path does not match |
| 30 | admin_character_command_render_filters | /admin/character-command/render-filters | Path does not match |
| 31 | admin_character_command_edit | /admin/character-command/{entityId}/edit | Path does not match |
| 32 | admin_character_command_delete | /admin/character-command/{entityId}/delete | Path does not match |
| 33 | admin_character_command_detail | /admin/character-command/{entityId} | Path does not match |
| 34 | admin_character_index | /admin/character | Path does not match |
| 35 | admin_character_new | /admin/character/new | Path does not match |
| 36 | admin_character_batch_delete | /admin/character/batch-delete | Path does not match |
| 37 | admin_character_autocomplete | /admin/character/autocomplete | Path does not match |
| 38 | admin_character_render_filters | /admin/character/render-filters | Path does not match |
| 39 | admin_character_edit | /admin/character/{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.