Routing
datenschutz_de
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "de" |
Route Matching Logs
Path to match:
/de/datenschutz
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | changelog_default | /changelog | Path does not match |
| 2 | changelog_de | /de/changelog | Path does not match |
| 3 | changelog_en | /en/changelog | Path does not match |
| 4 | datenschutz_default | /datenschutz | Path does not match |
| 5 | datenschutz_de | /de/datenschutz | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.