Home
last modified time | relevance | path

Searched refs:getLogoAsSvgImage (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/ComboStrap/
H A DFeaturedIcon.php60 return Site::getLogoAsSvgImage();
H A DBrand.php298 return Site::getLogoAsSvgImage()
H A DPageImageTag.php188 $imageFetcher = FetcherSvg::createSvgFromPath(Site::getLogoAsSvgImage());
H A DSite.php335 public static function getLogoAsSvgImage(): WikiPath function in ComboStrap\\Site