Searched refs:getBrandUrl (Results 1 – 3 of 3) sorted by relevance
608 if ($this->brand->getBrandUrl() !== null) {609 $buttonAttributes->addOutputAttributeValue("href", $this->brand->getBrandUrl());
314 public function getBrandUrl(): ?string function in ComboStrap\\Brand
260 <a href="{$brand->getBrandUrl()}" title="{$brand->getTitle()}">$mediaMarkup</a>