Home
last modified time | relevance | path

Searched refs:buildFromStoreValue (Results 1 – 20 of 20) sorted by relevance

/plugin/combo/ComboStrap/
H A DPageId.php55 public function buildFromStoreValue($value): Metadata function in ComboStrap\\PageId
59 return parent::buildFromStoreValue($value);
77 return parent::buildFromStoreValue($value);
91 return parent::buildFromStoreValue($value);
102 return parent::buildFromStoreValue($value);
124 return parent::buildFromStoreValue($value);
134 return parent::buildFromStoreValue($value);
142 parent::buildFromStoreValue($actualValue);
H A DPageDescription.php96 public function buildFromStoreValue($value): Metadata function in ComboStrap\\PageDescription
101 parent::buildFromStoreValue($value);
109 parent::buildFromStoreValue($description);
120 parent::buildFromStoreValue($keywords);
129 parent::buildFromStoreValue(null);
H A DSlug.php77 return $this->buildFromStoreValue($value);
82 return $this->buildFromStoreValue($value);
85 public function buildFromStoreValue($value): Metadata function in Slug
87 return parent::buildFromStoreValue(self::toSlugPath($value));
H A DMetadataWikiPath.php38 public function buildFromStoreValue($value): Metadata function in ComboStrap\\MetadataWikiPath
43 parent::buildFromStoreValue($value);
H A DMetadataJson.php53 public function buildFromStoreValue($value): Metadata function in ComboStrap\\MetadataJson
56 parent::buildFromStoreValue($this->toInternalValue($value));
H A DPagePublicationDate.php84 public function buildFromStoreValue($value): Metadata function in ComboStrap\\PagePublicationDate
88 return parent::buildFromStoreValue($value);
H A DMetadata.php326 $this->buildFromStoreValue($value);
640 public abstract function buildFromStoreValue($value): Metadata; function in ComboStrap\\Metadata
650 return $this->buildFromStoreValue($value);
698 $this->buildFromStoreValue($this->getReadStore()->get($this));
705 $this->buildFromStoreValue($this->getReadStore()->get($this));
H A DMetadataTabular.php97 public function buildFromStoreValue($value): Metadata function in ComboStrap\\MetadataTabular
210 $childObject->buildFromStoreValue($colValue);
268 ->buildFromStoreValue($id)
H A DPageImages.php167 $this->buildFromStoreValue($value);
395 ->buildFromStoreValue($defaultImage->getPath()->toString());
400 …e::getPersistentName() => PageImageUsage::createFromParent($this)->buildFromStoreValue([PageImageU…
H A DLdJson.php155 public function buildFromStoreValue($value): Metadata function in ComboStrap\\LdJson
176 parent::buildFromStoreValue($value);
H A DReferences.php74 $this->buildFromStoreValue($references);
H A DMetadataText.php75 public function buildFromStoreValue($value): Metadata function in ComboStrap\\MetadataText
H A DPageKeywords.php86 public function buildFromStoreValue($value): Metadata function in ComboStrap\\PageKeywords
H A DMetadataBoolean.php111 function buildFromStoreValue($value): Metadata function in ComboStrap\\MetadataBoolean
H A DMetadataDateTime.php121 public function buildFromStoreValue($value): Metadata function in ComboStrap\\MetadataDateTime
H A DBacklinkCount.php153 public function buildFromStoreValue($value): Metadata function in ComboStrap\\BacklinkCount
H A DMetadataMultiple.php151 public function buildFromStoreValue($value): Metadata function in ComboStrap\\MetadataMultiple
H A DAliases.php212 …iasType::getPersistentName() => AliasType::createForParent($this)->buildFromStoreValue(AliasType::…
/plugin/combo/action/
H A Dreference.php104 ->buildFromStoreValue($link->getInternalPage()->getPath()->toString());
/plugin/combo/syntax/
H A Dfrontmatter.php326 ->buildFromStoreValue($value);