Routing
admin_avatar_index
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
| crudAction | "index" |
| crudControllerFqcn | "App\Controller\Admin\AvatarCrudController" |
| dashboardControllerFqcn | "App\Controller\Admin\DashboardController" |
| routeCreatedByEasyAdmin | true |
Route Redirection
This page redirects to:
/fr/login
(route: "n/a")
Route Matching Logs
Path to match:
/fr/admin/avatar
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_cohort_export | /{_locale}/cohort/export/{id} | Path does not match |
| 2 | app_cohort_export_content | /{_locale}/cohort/export-content | Path does not match |
| 3 | app_coordinator_export | /{_locale}/coordinator/export/ | Path does not match |
| 4 | app_internship_export | /{_locale}/internship/export/ | Path does not match |
| 5 | app_prospect_export | /{_locale}/prospect/export/ | Path does not match |
| 6 | app_responsible_export | /{_locale}/responsible/export/ | Path does not match |
| 7 | app_trainee_export | /{_locale}/trainee/export/ | Path does not match |
| 8 | app_trainer_export | /{_locale}/trainer/export/ | Path does not match |
| 9 | fc_load_events | /calendar/fc-load-events | Path does not match |
| 10 | admin | /{_locale}/admin | Path does not match |
| 11 | admin_avatar_index | /{_locale}/admin/avatar | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.