/plugin/combo/ComboStrap/ |
H A D | PageId.php | 55 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 D | PageDescription.php | 96 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 D | Slug.php | 77 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 D | MetadataWikiPath.php | 38 public function buildFromStoreValue($value): Metadata function in ComboStrap\\MetadataWikiPath 43 parent::buildFromStoreValue($value);
|
H A D | MetadataJson.php | 53 public function buildFromStoreValue($value): Metadata function in ComboStrap\\MetadataJson 56 parent::buildFromStoreValue($this->toInternalValue($value));
|
H A D | PagePublicationDate.php | 84 public function buildFromStoreValue($value): Metadata function in ComboStrap\\PagePublicationDate 88 return parent::buildFromStoreValue($value);
|
H A D | Metadata.php | 326 $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 D | MetadataTabular.php | 97 public function buildFromStoreValue($value): Metadata function in ComboStrap\\MetadataTabular 210 $childObject->buildFromStoreValue($colValue); 268 ->buildFromStoreValue($id)
|
H A D | PageImages.php | 167 $this->buildFromStoreValue($value); 395 ->buildFromStoreValue($defaultImage->getPath()->toString()); 400 …e::getPersistentName() => PageImageUsage::createFromParent($this)->buildFromStoreValue([PageImageU…
|
H A D | LdJson.php | 155 public function buildFromStoreValue($value): Metadata function in ComboStrap\\LdJson 176 parent::buildFromStoreValue($value);
|
H A D | References.php | 74 $this->buildFromStoreValue($references);
|
H A D | MetadataText.php | 75 public function buildFromStoreValue($value): Metadata function in ComboStrap\\MetadataText
|
H A D | PageKeywords.php | 86 public function buildFromStoreValue($value): Metadata function in ComboStrap\\PageKeywords
|
H A D | MetadataBoolean.php | 111 function buildFromStoreValue($value): Metadata function in ComboStrap\\MetadataBoolean
|
H A D | MetadataDateTime.php | 121 public function buildFromStoreValue($value): Metadata function in ComboStrap\\MetadataDateTime
|
H A D | BacklinkCount.php | 153 public function buildFromStoreValue($value): Metadata function in ComboStrap\\BacklinkCount
|
H A D | MetadataMultiple.php | 151 public function buildFromStoreValue($value): Metadata function in ComboStrap\\MetadataMultiple
|
H A D | Aliases.php | 212 …iasType::getPersistentName() => AliasType::createForParent($this)->buildFromStoreValue(AliasType::…
|
/plugin/combo/action/ |
H A D | reference.php | 104 ->buildFromStoreValue($link->getInternalPage()->getPath()->toString());
|
/plugin/combo/syntax/ |
H A D | frontmatter.php | 326 ->buildFromStoreValue($value);
|