Routing
app_contact
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "cs" |
Route Matching Logs
Path to match:
/kontakt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_about.cs | /o-nas | Path does not match |
| 2 | app_about.en | /en/o-nas | Path does not match |
| 3 | app_about.de | /de/o-nas | Path does not match |
| 4 | app_apartment.cs | /apartmany/{slug} | Path does not match |
| 5 | app_apartment.en | /en/apartmany/{slug} | Path does not match |
| 6 | app_apartment.de | /de/apartmany/{slug} | Path does not match |
| 7 | app_apartment_overview.cs | /apartmany | Path does not match |
| 8 | app_apartment_overview.en | /en/apartmany | Path does not match |
| 9 | app_apartment_overview.de | /de/apartmany | Path does not match |
| 10 | generate_thumbnail.cs | /generate_thumbnail/{image}/{type}/{col}/{width}/{height}/{crop}/{webp}/{size} | Path does not match |
| 11 | generate_thumbnail.en | /en/generate_thumbnail/{image}/{type}/{col}/{width}/{height}/{crop}/{webp}/{size} | Path does not match |
| 12 | generate_thumbnail.de | /de/generate_thumbnail/{image}/{type}/{col}/{width}/{height}/{crop}/{webp}/{size} | Path does not match |
| 13 | sitemap.cs | /sitemap.xml | Path does not match |
| 14 | sitemap.en | /en/sitemap.xml | Path does not match |
| 15 | sitemap.de | /de/sitemap.xml | Path does not match |
| 16 | app_contact.cs | /kontakt | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.