Routing
index_de
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "de" |
Route Matching Logs
Path to match:
/de/
# | Route name | Path | Log |
---|---|---|---|
1 | changelog_default | /changelog | Path does not match |
2 | changelog_de | /de/changelog | Path does not match |
3 | changelog_en | /en/changelog | Path does not match |
4 | datenschutz_default | /datenschutz | Path does not match |
5 | datenschutz_de | /de/datenschutz | Path does not match |
6 | datenschutz_en | /en/privacy-policy | Path does not match |
7 | load_favorites_default | /favorites | Path does not match |
8 | load_favorites_de | /de/favoriten | Path does not match |
9 | load_favorites_en | /en/favorites | Path does not match |
10 | load_favorites_dropdown | /favorites-dropdown | Path does not match |
11 | add_favorite | /add-favorite | Path does not match |
12 | delete_favorite | /delete-favorite/{id} | Path does not match |
13 | get_current_game | /get-game/{gameId} | Path does not match |
14 | imprint_default | /impressum | Path does not match |
15 | imprint_de | /de/impressum | Path does not match |
16 | imprint_en | /en/imprint | Path does not match |
17 | profile_delete | /profile/delete | Path does not match |
18 | profile_edit_default | /profile/edit | Path does not match |
19 | profile_edit_de | /de/profil/bearbeiten | Path does not match |
20 | profile_edit_en | /en/profile/edit | Path does not match |
21 | roadmap_default | /roadmap | Path does not match |
22 | roadmap_de | /de/roadmap | Path does not match |
23 | roadmap_en | /en/roadmap | Path does not match |
24 | login_default | /login | Path does not match |
25 | login_de | /de/login | Path does not match |
26 | login_en | /en/login | Path does not match |
27 | logout_default | /logout | Path does not match |
28 | logout_de | /de/logout | Path does not match |
29 | logout_en | /en/logout | Path does not match |
30 | allStreamer_default | /all-streamer | Path does not match |
31 | allStreamer_de | /de/alle-streamer | Path does not match |
32 | allStreamer_en | /en/all-streamer | Path does not match |
33 | streamer_detail_default | /streamer/{username} | Path does not match |
34 | streamer_detail_de | /de/streamer/{username} | Path does not match |
35 | streamer_detail_en | /en/streamer/{username} | Path does not match |
36 | streamerList_default | /streamer-list | Path does not match |
37 | streamerList_de | /de/streamer-liste | Path does not match |
38 | streamerList_en | /en/streamer-list | Path does not match |
39 | streamer_suggestions | /streamer-suggestions | Path does not match |
40 | agb_default | /agb | Path does not match |
41 | agb_de | /de/agb | Path does not match |
42 | agb_en | /en/tos | Path does not match |
43 | app_translations | /translations/{locale} | Path does not match |
44 | save_layout | /save-layout | Path does not match |
45 | watch_default | /watch/{slugs} | Path does not match |
46 | watch_de | /de/watch/{slugs} | Path does not match |
47 | watch_en | /en/watch/{slugs} | Path does not match |
48 | watch_layouts | /watch-layouts/{slugs} | Path does not match |
49 | delete_layout | /delete-layout/{id} | Path does not match |
50 | _preview_error | /_error/{code}.{_format} | Path does not match |
51 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
52 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
53 | _wdt | /_wdt/{token} | Path does not match |
54 | _profiler_home | /_profiler/ | Path does not match |
55 | _profiler_search | /_profiler/search | Path does not match |
56 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
57 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
58 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
59 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
60 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
61 | _profiler_open_file | /_profiler/open | Path does not match |
62 | _profiler | /_profiler/{token} | Path does not match |
63 | _profiler_router | /_profiler/{token}/router | Path does not match |
64 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
65 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
66 | app_logout | /logout | Path does not match |
67 | app_logout_de | /de/logout | Path does not match |
68 | app_logout_en | /en/logout | Path does not match |
69 | index_default | / | Path does not match |
70 | index_de | /de/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.