Routing
app_contact
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "pl" |
Route Matching Logs
Path to match:
/pl/contact
# | Route name | Path | Log |
---|---|---|---|
1 | admin_login.pl | /pl/admin/login | Path does not match |
2 | admin_login.en | /en/admin/login | Path does not match |
3 | admin_login.pt | /pt/admin/login | Path does not match |
4 | admin_login.de | /de/admin/login | Path does not match |
5 | admin_login.fr | /fr/admin/login | Path does not match |
6 | admin_logout.pl | /pl/admin/logout | Path does not match |
7 | admin_logout.en | /en/admin/logout | Path does not match |
8 | admin_logout.pt | /pt/admin/logout | Path does not match |
9 | admin_logout.de | /de/admin/logout | Path does not match |
10 | admin_logout.fr | /fr/admin/logout | Path does not match |
11 | app_contact.pl | /pl/contact | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.