Routing
contact
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "hy" |
Route Matching Logs
Path to match:
/contact
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | home.en | /en/ | Path does not match |
| 2 | home.ru | /ru/ | Path does not match |
| 3 | home.hy | / | Path does not match |
| 4 | eligible.en | /en/eligible | Path does not match |
| 5 | eligible.ru | /ru/eligible | Path does not match |
| 6 | eligible.hy | /eligible | Path does not match |
| 7 | eligible_result.en | /en/eligible-result | Path does not match |
| 8 | eligible_result.ru | /ru/eligible-result | Path does not match |
| 9 | eligible_result.hy | /eligible-result | Path does not match |
| 10 | eligible_error.en | /en/eligible-error | Path does not match |
| 11 | eligible_error.ru | /ru/eligible-error | Path does not match |
| 12 | eligible_error.hy | /eligible-error | Path does not match |
| 13 | subscribe.en | /en/subscribe | Path does not match |
| 14 | subscribe.ru | /ru/subscribe | Path does not match |
| 15 | subscribe.hy | /subscribe | Path does not match |
| 16 | subscribe_error.en | /en/subscribe-error | Path does not match |
| 17 | subscribe_error.ru | /ru/subscribe-error | Path does not match |
| 18 | subscribe_error.hy | /subscribe-error | Path does not match |
| 19 | user.en | /en/user | Path does not match |
| 20 | user.ru | /ru/user | Path does not match |
| 21 | user.hy | /user | Path does not match |
| 22 | contact.en | /en/contact | Path does not match |
| 23 | contact.ru | /ru/contact | Path does not match |
| 24 | contact.hy | /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.