Routing
registration_frontend
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| vueRouting | null |
Route Matching Logs
Path to match:
/registration/en
| # | 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 | Path does not match |
| 6 | _wdt_stylesheet | /registration/_wdt/styles | Path does not match |
| 7 | _wdt | /registration/_wdt/{token} | Path does not match |
| 8 | _profiler_home | /registration/_profiler/ | Path does not match |
| 9 | _profiler_search | /registration/_profiler/search | Path does not match |
| 10 | _profiler_search_bar | /registration/_profiler/search_bar | Path does not match |
| 11 | _profiler_phpinfo | /registration/_profiler/phpinfo | Path does not match |
| 12 | _profiler_xdebug | /registration/_profiler/xdebug | Path does not match |
| 13 | _profiler_font | /registration/_profiler/font/{fontName}.woff2 | Path does not match |
| 14 | _profiler_search_results | /registration/_profiler/{token}/search/results | Path does not match |
| 15 | _profiler_open_file | /registration/_profiler/open | Path does not match |
| 16 | _profiler | /registration/_profiler/{token} | Path does not match |
| 17 | _profiler_router | /registration/_profiler/{token}/router | Path does not match |
| 18 | _profiler_exception | /registration/_profiler/{token}/exception | Path does not match |
| 19 | _profiler_exception_css | /registration/_profiler/{token}/exception.css | Path does not match |
| 20 | registration_locale_redirect_noslash | /registration | Path does not match |
| 21 | registration_locale_redirect_slash | /registration/ | Path does not match |
| 22 | registration_admin | /registration/admin | Path does not match |
| 23 | api.admin.structures | /registration/api/admin/structures | Path does not match |
| 24 | api.admin.structures.save | /registration/api/admin/structures | Path does not match |
| 25 | api_dashboard_applications | /registration/api/dashboard/applications | Path does not match |
| 26 | api_tiles | /registration/api/tiles | Path does not match |
| 27 | navigation | /registration/api/navigation/{user} | Path does not match |
| 28 | api.registration.landing | /registration/{_locale}/api/landing | Path does not match |
| 29 | api.step1.form | /registration/{_locale}/api/step1 | Path does not match |
| 30 | api.step1.save | /registration/{_locale}/api/step1 | Path does not match |
| 31 | api.step2.form | /registration/{_locale}/api/step2/{token} | Path does not match |
| 32 | api.step2.save | /registration/{_locale}/api/step2/{token} | Path does not match |
| 33 | api.registration_config.form | /registration/uvcustomer/{uuid}/registration-config | Path does not match |
| 34 | api.registration_config.save | /registration/uvcustomer/{uuid}/registration-config | Path does not match |
| 35 | api.registration_labels.form | /registration/uvcustomer/{uuid}/registration-labels | Path does not match |
| 36 | api.registration_labels.save | /registration/uvcustomer/{uuid}/registration-labels | Path does not match |
| 37 | api.registration_subdomain.form | /registration/uvcustomer/{uuid}/registration-subdomain | Path does not match |
| 38 | api.registration_subdomain.save | /registration/uvcustomer/{uuid}/registration-subdomain | Path does not match |
| 39 | index | /registration/ | Path does not match |
| 40 | index_slash | /registration/ | Path does not match |
| 41 | registration_frontend | /registration/{_locale}/{vueRouting} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.