Routing
accessible_registration_accessibility
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
Route Matching Logs
Path to match:
/registration/en/accessibility
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | accessible_registration_step1 | /registration/{_locale}/step-1 | Path does not match |
| 2 | accessible_registration_step1_confirm | /registration/{_locale}/step-1/confirm | Path does not match |
| 3 | accessible_registration_step2 | /registration/{_locale}/step-2/{token} | Path does not match |
| 4 | accessible_registration_step3 | /registration/{_locale}/step-3 | Path does not match |
| 5 | accessible_registration_accessibility | /registration/{_locale}/accessibility | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.