Routing
custom_login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "cs" |
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | fragment_custom_category_breadCrumbs.cs | /_fragment/custom/breadCrumbs/category-{category}/json-{json} | Path does not match |
| 2 | fragment_custom_category_breadCrumbs.en | /en/_fragment/custom/breadCrumbs/category-{category}/json-{json} | Path does not match |
| 3 | fragment_custom_product_breadCrumbs.cs | /_fragment/custom/breadCrumbs/product-{product}/json-{json} | Path does not match |
| 4 | fragment_custom_product_breadCrumbs.en | /en/_fragment/custom/breadCrumbs/product-{product}/json-{json} | Path does not match |
| 5 | web_producer_detail.cs | /dodavatel/{slug} | Path does not match |
| 6 | web_producer_detail.en | /en/dodavatel/{slug} | Path does not match |
| 7 | sitemap_index.cs | /sitemap.xml | Path does not match |
| 8 | sitemap_index.en | /en/sitemap.xml | Path does not match |
| 9 | web_homepage.cs | / | Path does not match |
| 10 | web_homepage.en | /en/ | Path does not match |
| 11 | sitemap_index | /sitemap.xml | Path does not match |
| 12 | web_homepage | / | Path does not match |
| 13 | client_section_order_detail | /zakaznik/objednavka/{id} | Path does not match |
| 14 | fragment_custom_category_breadCrumbs | /_fragment/custom/breadCrumbs/category-{category}/json-{json} | Path does not match |
| 15 | fragment_custom_product_breadCrumbs | /_fragment/custom/breadCrumbs/product-{product}/json-{json} | Path does not match |
| 16 | web_producer_detail | /dodavatel/{slug} | Path does not match |
| 17 | custom_login.cs | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.