Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/Meta/Field/
H A DPageImages.php225 $pageImagePath = PageImagePath::createFromParent($this)->setFromStoreValue($wikiImagePath);
228 $pageImageUsage = PageImageUsage::createFromParent($this)
314 $pageImagePath = PageImagePath::createFromParent($this)->setFromStoreValueWithoutException($firstImage);
318 $pageImageUsage = PageImageUsage::createFromParent($this)->setFromStoreValueWithoutException([PageImageUsage::DEFAULT]);
H A DPageImagePath.php23 public static function createFromParent(Metadata $metadata): PageImagePath function in ComboStrap\\Meta\\Field\\PageImagePath
/plugin/combo/ComboStrap/
H A DPageImageUsage.php49 public static function createFromParent(PageImages $param): PageImageUsage function in ComboStrap\\PageImageUsage