Routing
_product_lister_category_gender
Matched route
Route Parameters
| Name | Value |
|---|---|
| _gender | "n" |
| _product_category | App\Entity\ProductCategory {#2141 -id: 5 -name: "parfümszett" -code: "parfumszettek" -cosmetics: false -taska: false -giftSet: true -hidden: false -singleName: "parfümszett" -pluralName: "parfümszettek" -position: 0 -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: 5 -name: "parfümszett" -code: "parfumszettek" -cosmetics: false -taska: false -giftSet: true -hidden: false -singleName: "parfümszett" -pluralName: "parfümszettek" -position: 0 -products: Doctrine\ORM\PersistentCollection {#2098 …} -lead: null -seoDescription: null -title: null } #gender: "n" } |
| gender | "noi" |
| slug | "parfumszettek" |
Route Matching Logs
Path to match:
/parfumszettek/noi
| # | 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.