Routing
admin_candidate_detail
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
| crudAction | "detail" |
| crudControllerFqcn | "App\Controller\Admin\CandidateCrudController" |
| dashboardControllerFqcn | "App\Controller\Admin\DashboardController" |
| entityId | "2" |
| routeCreatedByEasyAdmin | true |
Route Matching Logs
Path to match:
/fr/admin/candidate/2
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_candidate_done | /{_locale}/apply/done | Path does not match |
| 2 | app_internship_export | /{_locale}/internship/export/ | Path does not match |
| 3 | app_prospect_export | /{_locale}/prospect/export/ | Path does not match |
| 4 | app_cohort_export | /{_locale}/cohort/export/{id} | Path does not match |
| 5 | app_cohort_export_content | /{_locale}/cohort/export-content | Path does not match |
| 6 | app_coordinator_export | /{_locale}/coordinator/export/ | Path does not match |
| 7 | app_responsible_export | /{_locale}/responsible/export/ | Path does not match |
| 8 | app_trainee_export | /{_locale}/trainee/export/ | Path does not match |
| 9 | app_trainer_export | /{_locale}/trainer/export/ | Path does not match |
| 10 | fc_load_events | /calendar/fc-load-events | Path does not match |
| 11 | admin | /{_locale}/admin | Path does not match |
| 12 | admin_avatar_index | /{_locale}/admin/avatar | Path does not match |
| 13 | admin_avatar_new | /{_locale}/admin/avatar/new | Path does not match |
| 14 | admin_avatar_batch_delete | /{_locale}/admin/avatar/batch-delete | Path does not match |
| 15 | admin_avatar_autocomplete | /{_locale}/admin/avatar/autocomplete | Path does not match |
| 16 | admin_avatar_render_filters | /{_locale}/admin/avatar/render-filters | Path does not match |
| 17 | admin_avatar_edit | /{_locale}/admin/avatar/{entityId}/edit | Path does not match |
| 18 | admin_avatar_delete | /{_locale}/admin/avatar/{entityId}/delete | Path does not match |
| 19 | admin_avatar_detail | /{_locale}/admin/avatar/{entityId} | Path does not match |
| 20 | admin_calendar_index | /{_locale}/admin/calendar | Path does not match |
| 21 | admin_calendar_new | /{_locale}/admin/calendar/new | Path does not match |
| 22 | admin_calendar_batch_delete | /{_locale}/admin/calendar/batch-delete | Path does not match |
| 23 | admin_calendar_autocomplete | /{_locale}/admin/calendar/autocomplete | Path does not match |
| 24 | admin_calendar_render_filters | /{_locale}/admin/calendar/render-filters | Path does not match |
| 25 | admin_calendar_edit | /{_locale}/admin/calendar/{entityId}/edit | Path does not match |
| 26 | admin_calendar_delete | /{_locale}/admin/calendar/{entityId}/delete | Path does not match |
| 27 | admin_calendar_detail | /{_locale}/admin/calendar/{entityId} | Path does not match |
| 28 | admin_candidate_index | /{_locale}/admin/candidate | Path does not match |
| 29 | admin_candidate_new | /{_locale}/admin/candidate/new | Path does not match |
| 30 | admin_candidate_batch_delete | /{_locale}/admin/candidate/batch-delete | Path does not match |
| 31 | admin_candidate_autocomplete | /{_locale}/admin/candidate/autocomplete | Path does not match |
| 32 | admin_candidate_render_filters | /{_locale}/admin/candidate/render-filters | Path does not match |
| 33 | admin_candidate_edit | /{_locale}/admin/candidate/{entityId}/edit | Path does not match |
| 34 | admin_candidate_delete | /{_locale}/admin/candidate/{entityId}/delete | Path does not match |
| 35 | admin_candidate_resend_link | /{_locale}/admin/candidate/{id}/resend-link | Path does not match |
| 36 | admin_candidate_resend_dossier | /{_locale}/admin/candidate/{id}/resend-dossier | Path does not match |
| 37 | admin_candidate_validate_dossier | /{_locale}/admin/candidate/{id}/validate | Path does not match |
| 38 | admin_candidate_download_dossier | /{_locale}/admin/candidate/{id}/dossier | Path does not match |
| 39 | admin_candidate_accept_candidate | /{_locale}/admin/candidate/{id}/accept | Path does not match |
| 40 | admin_candidate_reject_candidate | /{_locale}/admin/candidate/{id}/reject | Path does not match |
| 41 | admin_candidate_detail | /{_locale}/admin/candidate/{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.