@@ -82,6 +82,9 @@ |
||
82 | 82 | return $productView; |
83 | 83 | } |
84 | 84 | |
85 | + /** |
|
86 | + * @param string $locale |
|
87 | + */ |
|
85 | 88 | private function getTaxonWithAncestors(TaxonInterface $taxon, $locale): TaxonView |
86 | 89 | { |
87 | 90 | $currentTaxonView = $this->taxonViewFactory->create($taxon, $locale); |