Routing
sulu_community.registration
Matched route
Route Parameters
| Name | Value |
|---|---|
| prefix | "en/" |
Route Matching Logs
Path to match:
/en/registration
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | 2fa_login_check_admin | /admin/2fa_check | Path does not match |
| 2 | sulu_community.registration | /{prefix}registration | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.