Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/Meta/Field/
H A DPageImagePath.php69 $path = WikiPath::createMediaPathFromPath($value);
H A DPageImages.php102 $imagePathObject = WikiPath::createMediaPathFromPath($imagePath);
116 $imagePathObject = WikiPath::createMediaPathFromPath($persistentValue);
H A DFeaturedSvgImage.php71 return WikiPath::createMediaPathFromPath($parsedValue);
H A DFeaturedRasterImage.php135 return WikiPath::createMediaPathFromPath($parsedValue);
/plugin/combo/ComboStrap/
H A DWikiPath.php352 static function createMediaPathFromPath($path, $rev = null): WikiPath function in ComboStrap\\WikiPath
452 return self::createMediaPathFromPath($id, $rev);
H A DIconDownloader.php231 $this->path = WikiPath::createMediaPathFromPath($mediaPathId);