Routing
_product_lister_brand_gender
Matched route
Route Parameters
| Name | Value |
|---|---|
| _brand | App\Entity\Brand {#2046 -id: 58 -name: "Krizia" -shortName: null -slug: "krizia" -searchTerms: null -image: null -text: "" -textFemale: null -textMale: null -highlighted: false -mainPageFragrance: false -highlightedInSearch: true -isOnMainPage: false -special: false -specialName: null -slogan: null -lead: null -active: true -products: Doctrine\ORM\PersistentCollection {#2110 …} -extraDiscounts: Doctrine\ORM\PersistentCollection {#2160 …} -excludeFromArukereso: false } |
| _gender | "n" |
| _product_lister_route | App\Route\Product\BrandGenderProductListerRoute {#1253 #pattern: "/{slug}/{gender}" #routeName: "brand_gender" #routeDefaults: [ "slug" => "" "gender" => "" ] #routeRequirements: [ "slug" => "[a-zA-Z0-9\-_]*" "gender" => "^(noi|ferfi|unisex)$" ] #priority: 400 #routeManager: App\Search\ProductListRouteManager {#1044 …} #title: null #htmlTitle: null #lead: null #seoDescription: null #seoKeywords: null #hideTitle: true #brandRepository: App\Repository\BrandRepository {#1075 …} #brand: App\Entity\Brand {#2046 -id: 58 -name: "Krizia" -shortName: null -slug: "krizia" -searchTerms: null -image: null -text: "" -textFemale: null -textMale: null -highlighted: false -mainPageFragrance: false -highlightedInSearch: true -isOnMainPage: false -special: false -specialName: null -slogan: null -lead: null -active: true -products: Doctrine\ORM\PersistentCollection {#2110 …} -extraDiscounts: Doctrine\ORM\PersistentCollection {#2160 …} -excludeFromArukereso: false } #gender: "n" } |
| gender | "noi" |
| slug | "krizia" |
Route Matching Logs
Path to match:
/krizia/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.