Routing
index_page
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "uk" |
Route Matching Logs
Path to match:
/
| # | 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 | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.