Home
last modified time | relevance | path

Searched refs:toStoreDefaultValue (Results 1 – 9 of 9) sorted by relevance

/plugin/combo/ComboStrap/
H A DMetadataBoolean.php49 public function toStoreDefaultValue() function in ComboStrap\\MetadataBoolean
63 return parent::toStoreDefaultValue();
H A DFormMetaField.php135 $defaultValue = $metadata->toStoreDefaultValue();
173 … $childField->addValue($colValue->toStoreValue(), $colValue->toStoreDefaultValue());
183 $defaultColValue = $colValue->toStoreDefaultValue();
H A DMetadataDateTime.php55 public function toStoreDefaultValue(): ?string function in ComboStrap\\MetadataDateTime
H A DMetadataMultiple.php85 public function toStoreDefaultValue() function in ComboStrap\\MetadataMultiple
H A DMetadata.php189 return $this->toStoreDefaultValue();
423 public function toStoreDefaultValue() function in ComboStrap\\Metadata
H A DMetadataTabular.php79 $toDefaultStoreValue = $metadata->toStoreDefaultValue();
H A DMetadataDokuWikiStore.php140 $defaultValue = $metadata->toStoreDefaultValue();
H A DPageImages.php198 public function toStoreDefaultValue() function in ComboStrap\\PageImages
/plugin/combo/action/
H A Dmetamanager.php232 $defaultBoolean[$metadata::getName()] = $metadata->toStoreDefaultValue();