Searched refs:toStoreValue (Results 1 – 14 of 14) sorted by relevance
67 public function toStoreValue(): ?array function in ComboStrap\\MetadataTabular78 $toStoreValue = $metadata->toStoreValue();81 $toStoreValue !== null82 && $toStoreValue !== $toDefaultStoreValue84 $rowArray[$metadata::getPersistentName()] = $toStoreValue;
19 public function toStoreValue() function in ComboStrap\\MetadataJson21 $value = parent::toStoreValue();
63 public function toStoreValue() function in ComboStrap\\PageCreationDate67 return parent::toStoreValue();
175 public function toStoreValue() function in ComboStrap\\PageDescription179 return parent::toStoreValue();
134 $value = $metadata->toStoreValue();173 … $childField->addValue($colValue->toStoreValue(), $colValue->toStoreDefaultValue());201 $childField->addValue(null, $colValue->toStoreValue());
70 public function toStoreValue() function in ComboStrap\\MetadataBoolean
191 public function toStoreValue(): ?array function in ComboStrap\\PageImages195 return parent::toStoreValue();
21 public function toStoreValue() function in ComboStrap\\MetadataDateTime
76 public function toStoreValue() function in ComboStrap\\MetadataMultiple
43 $this->setFromPersistentName($metadata::getPersistentName(), $metadata->toStoreValue());
185 $value = $this->toStoreValue();411 public function toStoreValue() function in ComboStrap\\Metadata
86 $sourceRows = $metadata->toStoreValue();
139 $persistentValue = $metadata->toStoreValue();
438 $record[$replicationDate::getPersistentName()] = $replicationDate->toStoreValue();1115 $record[$replicationDateMeta::getPersistentName()] = $replicationDateMeta->toStoreValue();