Routing
app_pages_imprint
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "de" |
Route Matching Logs
Path to match:
/de/pages/imprint
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _logout_admin | /auth/admin/logout | Path does not match |
| 3 | _logout_main | /auth/public/logout | Path does not match |
| 4 | ux_entity_autocomplete | /autocomplete/{alias} | Path does not match |
| 5 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 6 | _wdt | /_wdt/{token} | Path does not match |
| 7 | _profiler_home | /_profiler/ | Path does not match |
| 8 | _profiler_search | /_profiler/search | Path does not match |
| 9 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 10 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 11 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 12 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 13 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 14 | _profiler_open_file | /_profiler/open | Path does not match |
| 15 | _profiler | /_profiler/{token} | Path does not match |
| 16 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 17 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 18 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 19 | app_admin_index | /{_locale}/admin/ | Path does not match |
| 20 | app_admin_projects_list | /{_locale}/admin/projects | Path does not match |
| 21 | app_admin_external_projects_list | /{_locale}/admin/projects/external | Path does not match |
| 22 | app_admin_create_project_from_external | /{_locale}/admin/projects/create_from_external/{externalId} | Path does not match |
| 23 | app_admin_create_project | /{_locale}/admin/projects/create | Path does not match |
| 24 | app_admin_project_index | /{_locale}/admin/projects/{id} | Path does not match |
| 25 | app_admin_project_general | /{_locale}/admin/projects/{id}/general | Path does not match |
| 26 | app_admin_project_details | /{_locale}/admin/projects/{id}/details | Path does not match |
| 27 | app_admin_project_internals | /{_locale}/admin/projects/{id}/internals | Path does not match |
| 28 | app_admin_project_ui | /{_locale}/admin/projects/{id}/ui | Path does not match |
| 29 | app_admin_project_ui_uploads | /{_locale}/admin/projects/{id}/ui/uploads | Path does not match |
| 30 | app_admin_project_danger_zone | /{_locale}/admin/projects/{id}/danger | Path does not match |
| 31 | app_admin_project_program_index | /{_locale}/admin/projects/{id}/program/ | Path does not match |
| 32 | app_admin_project_program_general | /{_locale}/admin/projects/{id}/program/general | Path does not match |
| 33 | app_admin_project_program_sessions | /{_locale}/admin/projects/{id}/program/sessions | Path does not match |
| 34 | app_admin_project_program_schedule | /{_locale}/admin/projects/{id}/program/schedule | Path does not match |
| 35 | app_admin_project_program_program_points | /{_locale}/admin/projects/{id}/program/program-points | Path does not match |
| 36 | app_admin_project_program_people | /{_locale}/admin/projects/{id}/program/people | Path does not match |
| 37 | app_admin_project_program_posters | /{_locale}/admin/projects/{id}/program/posters | Path does not match |
| 38 | app_admin_project_program_date_time | /{_locale}/admin/projects/{id}/program/date-time | Path does not match |
| 39 | app_admin_project_program_clear_cache | /{_locale}/admin/projects/{id}/program/clear-cache | Path does not match |
| 40 | app_admin_settings_index | /{_locale}/admin/settings | Path does not match |
| 41 | app_admin_settings_tags | /{_locale}/admin/settings/tags | Path does not match |
| 42 | app_admin_settings_update_tag | /{_locale}/admin/settings/tags/{id} | Path does not match |
| 43 | app_admin_settings_delete_tag | /{_locale}/admin/settings/tags/{id}/delete | Path does not match |
| 44 | app_admin_settings_reports | /{_locale}/admin/settings/reports | Path does not match |
| 45 | app_calendar_overview | /{_locale}/calendar/ | Path does not match |
| 46 | app_calendar_list | /{_locale}/calendar/list | Path does not match |
| 47 | app_event_detail | /{_locale}/events/{slug} | Path does not match |
| 48 | app_main_index | /{_locale} | Path does not match |
| 49 | app_pages_imprint | /{_locale}/pages/imprint | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.