Routing
profil_registrierung
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/registrierung
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | profil | /profil | Path does not match |
| 2 | profil_bearbeiten | /profil/bearbeiten/{user_id} | Path does not match |
| 3 | profil_passwort_bearbeiten | /profil/passwort/bearbeiten | Path does not match |
| 4 | profil_email_bearbeiten | /profil/email/bearbeiten | Path does not match |
| 5 | profil_adresse_bearbeiten | /profil/adresse/bearbeiten/{adresse_id} | Path does not match |
| 6 | profil_adresse_entfernen | /profil/adresse/entfernen | Path does not match |
| 7 | profil_loeschen | /profil/loeschen | Path does not match |
| 8 | profil_registrierung | /registrierung | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.