Routing
tariff_selected_page
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "uk" |
| tariff | "20" |
Route Redirection
This page redirects to:
/register
(route: "n/a")
Route Matching Logs
Path to match:
/tariff-select/20
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | uk__RG__callback_api | /api/{version}/callback | Path does not match |
| 2 | en__RG__callback_api | /en/api/{version}/callback | Path does not match |
| 3 | uk__RG__admin_cache_clear | /admin/cache_clear/ | Path does not match |
| 4 | en__RG__admin_cache_clear | /en/admin/cache_clear/ | Path does not match |
| 5 | uk__RG__index_page | / | Path does not match |
| 6 | en__RG__index_page | /en/ | Path does not match |
| 7 | uk__RG__operator_tariff_page | /operators/{slug} | Path does not match |
| 8 | en__RG__operator_tariff_page | /en/operators/{slug} | Path does not match |
| 9 | uk__RG__tariff_selected_page | /tariff-select/{tariff} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.