Routing
admin_run_index
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| crudAction | "index" |
| crudControllerFqcn | "App\Controller\Admin\RunCrudController" |
| dashboardControllerFqcn | "App\Controller\Admin\DashboardController" |
| routeCreatedByEasyAdmin | true |
Route Redirection
This page redirects to:
https://sdl.connector.oculus.comm-on.nu/login
Route Matching Logs
Path to match:
/admin/run
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | admin_job_index | /admin/job | Path does not match |
| 3 | admin_job_new | /admin/job/new | Path does not match |
| 4 | admin_job_batch_delete | /admin/job/batch-delete | Path does not match |
| 5 | admin_job_autocomplete | /admin/job/autocomplete | Path does not match |
| 6 | admin_job_render_filters | /admin/job/render-filters | Path does not match |
| 7 | admin_job_edit | /admin/job/{entityId}/edit | Path does not match |
| 8 | admin_job_delete | /admin/job/{entityId}/delete | Path does not match |
| 9 | admin_job_detail | /admin/job/{entityId} | Path does not match |
| 10 | admin_log_index | /admin/log | Path does not match |
| 11 | admin_log_new | /admin/log/new | Path does not match |
| 12 | admin_log_batch_delete | /admin/log/batch-delete | Path does not match |
| 13 | admin_log_autocomplete | /admin/log/autocomplete | Path does not match |
| 14 | admin_log_render_filters | /admin/log/render-filters | Path does not match |
| 15 | admin_log_edit | /admin/log/{entityId}/edit | Path does not match |
| 16 | admin_log_delete | /admin/log/{entityId}/delete | Path does not match |
| 17 | admin_log_detail | /admin/log/{entityId} | Path does not match |
| 18 | admin_run_index | /admin/run | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.