Routing
content_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | backend_admin_user_groups | /admin/users/groups | Path does not match |
| 2 | backend_admin_user_group_detail | /admin/users/groups/{uid} | Path does not match |
| 3 | backend_admin_user_group_delete | /admin/users/groups/{uid}/delete | Path does not match |
| 4 | backend_admin_scheduler_run | /admin/scheduler/{identifier}/run | Path does not match |
| 5 | backend_admin_scheduler | /admin/scheduler | Path does not match |
| 6 | backend_admin_scheduler_detail | /admin/scheduler/{identifier} | Path does not match |
| 7 | backend_admin_users | /admin/users | Path does not match |
| 8 | backend_admin_deleted_users | /admin/users/deleted | Path does not match |
| 9 | backend_admin_deleted_users_cleanup | /admin/users/deleted/cleanup | Path does not match |
| 10 | backend_admin_deleted_user_activate | /admin/users/deleted/{uid}/activate | Path does not match |
| 11 | backend_admin_deleted_user_deactivate | /admin/users/deleted/{uid}/deactivate | Path does not match |
| 12 | backend_admin_user_detail | /admin/users/{uid} | Path does not match |
| 13 | backend_admin_user_password_reset | /admin/users/{uid}/password-reset | Path does not match |
| 14 | backend_admin_user_invite | /admin/users/invitations | Path does not match |
| 15 | backend_admin_user_invitation_approve | /admin/users/invitations/{uid}/approve | Path does not match |
| 16 | backend_admin_user_invitation_reissue | /admin/users/invitations/{uid}/reissue | Path does not match |
| 17 | backend_admin_user_invitation_revoke | /admin/users/invitations/{uid}/revoke | Path does not match |
| 18 | backend_admin_user_reviews | /admin/users/reviews | Path does not match |
| 19 | backend_admin_user_review_reactivate | /admin/users/reviews/{uid}/reactivate | Path does not match |
| 20 | backend_admin_user_review_delete | /admin/users/reviews/{uid}/delete | Path does not match |
| 21 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 22 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 23 | _wdt | /_wdt/{token} | Path does not match |
| 24 | _profiler_home | /_profiler/ | Path does not match |
| 25 | _profiler_search | /_profiler/search | Path does not match |
| 26 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 27 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 28 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 29 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 30 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 31 | _profiler_open_file | /_profiler/open | Path does not match |
| 32 | _profiler | /_profiler/{token} | Path does not match |
| 33 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 34 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 35 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 36 | backend_admin_index | /admin | Path does not match |
| 37 | backend_admin_package_install | /admin/packages/install | Path does not match |
| 38 | backend_admin_package_detail | /admin/packages/{packageName} | Path does not match |
| 39 | backend_admin_package_lifecycle | /admin/packages/{packageName}/{action} | Path does not match |
| 40 | backend_admin_operation_detail | /admin/operations/{operationId} | Path does not match |
| 41 | backend_admin_operation_continue | /admin/operations/{operationId}/continue | Path does not match |
| 42 | backend_admin_log_detail | /admin/logs/{entryId} | Path does not match |
| 43 | backend_admin_route | /admin/{path} | Path does not match |
| 44 | backend_editor_index | /editor | Path does not match |
| 45 | backend_editor_route | /editor/{path} | Path does not match |
| 46 | api_live_operation_status | /api/live/operations/{operationId} | Path does not match |
| 47 | api_live_operation_continue | /api/live/operations/{operationId}/continue | Path does not match |
| 48 | scheduler_cron_run | /cron/run | Path does not match |
| 49 | user_login | /user/login | Path does not match |
| 50 | user_logout | /user/logout | Path does not match |
| 51 | user_logout_perform | /user/logout | Path does not match |
| 52 | backend_setup_index | /setup | Path does not match |
| 53 | backend_setup_step | /setup/{step} | Path does not match |
| 54 | user_api_keys | /user/api-keys | Path does not match |
| 55 | user_api_key_reveal | /user/api-keys/{uid}/reveal | Path does not match |
| 56 | user_api_key_revoke | /user/api-keys/{uid}/revoke | Path does not match |
| 57 | user_index | /user | Path does not match |
| 58 | user_profile | /user/profile | Path does not match |
| 59 | user_profile_close | /user/profile/close | Path does not match |
| 60 | user_password | /user/password | Path does not match |
| 61 | user_reset_password | /user/reset-password | Path does not match |
| 62 | user_password_reset_token | /user/reset-password/{token} | Path does not match |
| 63 | user_security_review | /user/security-review/{token} | Path does not match |
| 64 | user_register | /user/register | Path does not match |
| 65 | user_invitation_accept | /user/invitation/{token} | Path does not match |
| 66 | content_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.