Routing
member_preferences
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
Route Redirection
This page redirects to:
/en/login
Route Matching Logs
Path to match:
/en/user-account/preferences
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_index.de | /admin | Path does not match |
| 2 | admin_index.en | /en/admin | Path does not match |
| 3 | admin_poll_create.de | /admin/schnellumfragen/erstellen | Path does not match |
| 4 | admin_poll_create.en | /en/admin/polls/create | Path does not match |
| 5 | admin_poll_list.de | /admin/schnellumfragen | Path does not match |
| 6 | admin_poll_list.en | /en/admin/polls | Path does not match |
| 7 | admin_poll_update.de | /admin/schnellumfragen/{id} | Path does not match |
| 8 | admin_poll_update.en | /en/admin/polls/{id} | Path does not match |
| 9 | contact.de | /kontakt | Path does not match |
| 10 | contact.en | /en/contact | Path does not match |
| 11 | homepage.de | / | Path does not match |
| 12 | homepage.en | /en/ | Path does not match |
| 13 | agb.de | /agb | Path does not match |
| 14 | agb.en | /en/terms | Path does not match |
| 15 | faq.de | /faq | Path does not match |
| 16 | faq.en | /en/faq | Path does not match |
| 17 | imprint.de | /impressum | Path does not match |
| 18 | imprint.en | /en/imprint | Path does not match |
| 19 | privacy.de | /datenschutz | Path does not match |
| 20 | privacy.en | /en/privacy | Path does not match |
| 21 | autologin.de | /autologin/{loginToken} | Path does not match |
| 22 | autologin.en | /en/autologin/{loginToken} | Path does not match |
| 23 | member_balance.de | /benutzerkonto/kontostand | Path does not match |
| 24 | member_balance.en | /en/user-account/balance | Path does not match |
| 25 | member_payment.de | /benutzerkonto/kontostand/auszahlung-beantragen | Path does not match |
| 26 | member_payment.en | /en/user-account/balance/request-payment | Path does not match |
| 27 | member_transactions_lots.de | /benutzerkonto/transaktionen/lose | Path does not match |
| 28 | member_transactions_lots.en | /en/user-account/transactions/lots | Path does not match |
| 29 | member_transactions.de | /benutzerkonto/transaktionen | Path does not match |
| 30 | member_transactions.en | /en/user-account/transactions | Path does not match |
| 31 | member_base.de | /benutzerkonto | Path does not match |
| 32 | member_base.en | /en/user-account | Path does not match |
| 33 | member_poll_next.de | /benutzerkonto/schnellumfrage/naechsten | Path does not match |
| 34 | member_poll_next.en | /en/user-account/poll/next | Path does not match |
| 35 | member_poll_vote.de | /benutzerkonto/schnellumfrage/{pollId}/abstimmen/{answerIndex} | Path does not match |
| 36 | member_poll_vote.en | /en/user-account/poll/{pollId}/vote/{answerIndex} | Path does not match |
| 37 | member_poll_result.de | /benutzerkonto/schnellumfrage/{pollId}/ergebnis/ | Path does not match |
| 38 | member_poll_result.en | /en/user-account/poll/{pollId}/result/ | Path does not match |
| 39 | member_profile.de | /benutzerkonto/persoenliche-daten | Path does not match |
| 40 | member_profile.en | /en/user-account/personal-data | Path does not match |
| 41 | member_account.de | /benutzerkonto/bankverbindung | Path does not match |
| 42 | member_account.en | /en/user-account/bank-details | Path does not match |
| 43 | member_access.de | /benutzerkonto/zugangsdaten | Path does not match |
| 44 | member_access.en | /en/user-account/login-details | Path does not match |
| 45 | member_terminate.de | /benutzerkonto/mitgliedschaft-beenden | Path does not match |
| 46 | member_terminate.en | /en/user-account/terminate-membership | Path does not match |
| 47 | member_preferences.de | /benutzerkonto/praeferenzen | Path does not match |
| 48 | member_preferences.en | /en/user-account/preferences | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.