Home
last modified time | relevance | path

Searched refs:toStoreValue (Results 1 – 14 of 14) sorted by relevance

/plugin/combo/ComboStrap/
H A DMetadataTabular.php67 public function toStoreValue(): ?array function in ComboStrap\\MetadataTabular
78 $toStoreValue = $metadata->toStoreValue();
81 $toStoreValue !== null
82 && $toStoreValue !== $toDefaultStoreValue
84 $rowArray[$metadata::getPersistentName()] = $toStoreValue;
H A DMetadataJson.php19 public function toStoreValue() function in ComboStrap\\MetadataJson
21 $value = parent::toStoreValue();
H A DPageCreationDate.php63 public function toStoreValue() function in ComboStrap\\PageCreationDate
67 return parent::toStoreValue();
H A DPageDescription.php175 public function toStoreValue() function in ComboStrap\\PageDescription
179 return parent::toStoreValue();
H A DFormMetaField.php134 $value = $metadata->toStoreValue();
173 … $childField->addValue($colValue->toStoreValue(), $colValue->toStoreDefaultValue());
201 $childField->addValue(null, $colValue->toStoreValue());
H A DMetadataBoolean.php70 public function toStoreValue() function in ComboStrap\\MetadataBoolean
H A DPageImages.php191 public function toStoreValue(): ?array function in ComboStrap\\PageImages
195 return parent::toStoreValue();
H A DMetadataDateTime.php21 public function toStoreValue() function in ComboStrap\\MetadataDateTime
H A DMetadataMultiple.php76 public function toStoreValue() function in ComboStrap\\MetadataMultiple
H A DMetadataSingleArrayStore.php43 $this->setFromPersistentName($metadata::getPersistentName(), $metadata->toStoreValue());
H A DMetadata.php185 $value = $this->toStoreValue();
411 public function toStoreValue() function in ComboStrap\\Metadata
H A DMetadataDbStore.php86 $sourceRows = $metadata->toStoreValue();
H A DMetadataDokuWikiStore.php139 $persistentValue = $metadata->toStoreValue();
H A DDatabasePageRow.php438 $record[$replicationDate::getPersistentName()] = $replicationDate->toStoreValue();
1115 $record[$replicationDateMeta::getPersistentName()] = $replicationDateMeta->toStoreValue();