Routing
admin_character_note_index
Matched route
Route Parameters
| Name | Value |
|---|---|
| crudAction | "index" |
| crudControllerFqcn | "App\Controller\Admin\CharacterNoteCrudController" |
| dashboardControllerFqcn | "App\Controller\Admin\DashboardController" |
| routeCreatedByEasyAdmin | true |
Route Matching Logs
Path to match:
/admin/character-note
| # | 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 | Path does not match |
| 40 | admin_character_delete | /admin/character/{entityId}/delete | Path does not match |
| 41 | admin_character_detail | /admin/character/{entityId} | Path does not match |
| 42 | admin_character_equipment_item_index | /admin/character-equipment-item | Path does not match |
| 43 | admin_character_equipment_item_new | /admin/character-equipment-item/new | Path does not match |
| 44 | admin_character_equipment_item_batch_delete | /admin/character-equipment-item/batch-delete | Path does not match |
| 45 | admin_character_equipment_item_autocomplete | /admin/character-equipment-item/autocomplete | Path does not match |
| 46 | admin_character_equipment_item_render_filters | /admin/character-equipment-item/render-filters | Path does not match |
| 47 | admin_character_equipment_item_edit | /admin/character-equipment-item/{entityId}/edit | Path does not match |
| 48 | admin_character_equipment_item_delete | /admin/character-equipment-item/{entityId}/delete | Path does not match |
| 49 | admin_character_equipment_item_detail | /admin/character-equipment-item/{entityId} | Path does not match |
| 50 | admin_character_magic_ability_index | /admin/character-magic-ability | Path does not match |
| 51 | admin_character_magic_ability_new | /admin/character-magic-ability/new | Path does not match |
| 52 | admin_character_magic_ability_batch_delete | /admin/character-magic-ability/batch-delete | Path does not match |
| 53 | admin_character_magic_ability_autocomplete | /admin/character-magic-ability/autocomplete | Path does not match |
| 54 | admin_character_magic_ability_render_filters | /admin/character-magic-ability/render-filters | Path does not match |
| 55 | admin_character_magic_ability_edit | /admin/character-magic-ability/{entityId}/edit | Path does not match |
| 56 | admin_character_magic_ability_delete | /admin/character-magic-ability/{entityId}/delete | Path does not match |
| 57 | admin_character_magic_ability_detail | /admin/character-magic-ability/{entityId} | Path does not match |
| 58 | admin_character_note_index | /admin/character-note | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.