@@ -45,6 +45,9 @@ |
||
45 | 45 | return $currentTaxonView; |
46 | 46 | } |
47 | 47 | |
48 | + /** |
|
49 | + * @param string $locale |
|
50 | + */ |
|
48 | 51 | private function buildTaxonView(TaxonInterface $taxon, $locale): TaxonView |
49 | 52 | { |
50 | 53 | $taxonView = $this->taxonViewFactory->create($taxon, $locale); |