Home
last modified time | relevance | path

Searched refs:getBrandUrl (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/ComboStrap/
H A DBrandButton.php608 if ($this->brand->getBrandUrl() !== null) {
609 $buttonAttributes->addOutputAttributeValue("href", $this->brand->getBrandUrl());
H A DBrand.php314 public function getBrandUrl(): ?string function in ComboStrap\\Brand
H A DIdentityFormsHelper.php260 <a href="{$brand->getBrandUrl()}" title="{$brand->getTitle()}">$mediaMarkup</a>