Searched refs:getIconName (Results 1 – 3 of 3) sorted by relevance
304 public function getIconName(): string function in ComboStrap\\IconDownloader584 return $this->getIconName();
424 $iconName = $this->brand->getIconName($this->iconType);509 if ($this->brand->getIconName($this->iconType) !== null) {
292 public function getIconName(?string $type): ?string function in ComboStrap\\Brand