Home
last modified time | relevance | path

Searched refs:createSvgFromPath (Results 1 – 6 of 6) sorted by relevance

/plugin/combo/ComboStrap/
H A DIFetcherLocalImage.php35 $image = FetcherSvg::createSvgFromPath($path);
H A DPageImageTag.php137 $imageFetcher = FetcherSvg::createSvgFromPath($icon)
188 $imageFetcher = FetcherSvg::createSvgFromPath(Site::getLogoAsSvgImage());
H A DIcon.php98 $fetchSvg = FetcherSvg::createSvgFromPath($path);
H A DPluginUtility.php531 $fetchImage = FetcherSvg::createSvgFromPath($logoPath);
H A DFetcherSvg.php145 public static function createSvgFromPath(WikiPath $path): FetcherSvg function in ComboStrap\\FetcherSvg
/plugin/combo/syntax/
H A Dmedia.php116 … $isIcon = FetcherSvg::createSvgFromPath(WikiPath::createMediaPathFromId($wikiId))