Routing
_product_lister_category_gender
Matched route
Route Parameters
| Name | Value |
|---|---|
| _gender | "f" |
| _product_category | App\Entity\ProductCategory {#2141 -id: 10 -name: "tusfürdő" -code: "tusfurdok" -cosmetics: false -taska: false -giftSet: false -hidden: false -singleName: "tusfürdő" -pluralName: "tusfürdő" -position: 6 -products: Doctrine\ORM\PersistentCollection {#2098 …} -lead: null -seoDescription: null -title: null } |
| _product_lister_route | App\Route\Product\ProductCategoryGenderProductListerRoute {#1314 #pattern: "/{slug}/{gender}" #routeName: "category_gender" #routeDefaults: [ "slug" => "" "gender" => "" ] #routeRequirements: [ "slug" => "[a-zA-Z0-9\-_]*" "gender" => "^(noi|ferfi|unisex)$" ] #priority: 300 #routeManager: App\Search\ProductListRouteManager {#1044 …} #title: null #htmlTitle: null #lead: null #seoDescription: null #seoKeywords: null #hideTitle: true #productCategoryRepository: App\Repository\ProductCategoryRepository {#1088 …} #category: App\Entity\ProductCategory {#2141 -id: 10 -name: "tusfürdő" -code: "tusfurdok" -cosmetics: false -taska: false -giftSet: false -hidden: false -singleName: "tusfürdő" -pluralName: "tusfürdő" -position: 6 -products: Doctrine\ORM\PersistentCollection {#2098 …} -lead: null -seoDescription: null -title: null } #gender: "f" } |
| gender | "ferfi" |
| slug | "tusfurdok" |
Route Matching Logs
Path to match:
/tusfurdok/ferfi
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _product_slug | /{url} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.