Home
last modified time | relevance | path

Searched refs:getDefaultValue (Results 26 – 50 of 95) sorted by path

1234

/plugin/combo/ComboStrap/
H A DLdJson.php165 public function getDefaultValue(): ?string function in ComboStrap\\LdJson
H A DLead.php58 public function getDefaultValue() function in ComboStrap\\Lead
H A DLocale.php48 return $this->getDefaultValue();
77 public function getDefaultValue(): string function in ComboStrap\\Locale
H A DLowQualityCalculatedIndicator.php102 public function getDefaultValue(): bool function in ComboStrap\\LowQualityCalculatedIndicator
H A DLowQualityPageOverwrite.php70 return $this->getDefaultValue();
78 public function getDefaultValue(): bool function in ComboStrap\\LowQualityPageOverwrite
H A DMarkupPath.php1239 return $this->canonical->getDefaultValue();
1257 return $this->pageName->getDefaultValue();
1263 return $this->title->getDefaultValue();
1278 return $this->type->getDefaultValue();
1284 return $this->layout->getDefaultValue();
1422 return $this->slug->getDefaultValue();
1864 return $this->cacheExpirationDate->getDefaultValue();
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php439 return $this->getDefaultValue();
723 public abstract function getDefaultValue(); function in ComboStrap\\Meta\\Api\\Metadata
753 return $this->getDefaultValue();
757 return $this->getDefaultValue();
H A DMetadataBoolean.php75 return !$this->getDefaultValue();
H A DMetadataDateTime.php80 $defaultValue = $this->getDefaultValue();
H A DMetadataInteger.php69 public function getDefaultValue(): int function in ComboStrap\\Meta\\Api\\MetadataInteger
H A DMetadataMultiple.php65 public function getDefaultValue() function in ComboStrap\\Meta\\Api\\MetadataMultiple
78 return $this->getDefaultValue();
100 $defaultValue = $this->getDefaultValue();
H A DMetadataTabular.php98 public abstract function getDefaultValue(): array;
103 $defaultRows = $this->getDefaultValue();
99 public abstract function getDefaultValue(): array; global() function in ComboStrap\\Meta\\Api\\MetadataTabular
H A DMetadataText.php98 public function getDefaultValue() function in ComboStrap\\Meta\\Api\\MetadataText
H A DMetadataWikiPath.php94 $defaultValue = $this->getDefaultValue();
158 public function getDefaultValue() function in ComboStrap\\Meta\\Api\\MetadataWikiPath
/plugin/combo/ComboStrap/Meta/Field/
H A DAliasType.php63 public function getDefaultValue(): string function in ComboStrap\\Meta\\Field\\AliasType
H A DAliases.php226 public function getDefaultValue(): array function in ComboStrap\\Meta\\Field\\Aliases
H A DFacebookImage.php69 public function getDefaultValue() function in ComboStrap\\Meta\\Field\\FacebookImage
H A DFeaturedImage.php88 return $featuredSvgImage->getDefaultValue();
90 return $featuredRasterImage->getDefaultValue();
H A DFeaturedRasterImage.php85 public function getDefaultValue(): WikiPath function in ComboStrap\\Meta\\Field\\FeaturedRasterImage
H A DFeaturedSvgImage.php61 public function getDefaultValue(): WikiPath function in ComboStrap\\Meta\\Field\\FeaturedSvgImage
H A DPageH1.php62 public function getDefaultValue(): string function in ComboStrap\\Meta\\Field\\PageH1
96 return $this->getDefaultValue();
H A DPageImages.php307 public function getDefaultValue(): array function in ComboStrap\\Meta\\Field\\PageImages
H A DPageTemplateName.php131 public function getDefaultValue(): string function in ComboStrap\\Meta\\Field\\PageTemplateName
255 return $this->getDefaultValue();
259 return $this->getDefaultValue();
H A DRegion.php82 public function getDefaultValue() function in ComboStrap\\Meta\\Field\\Region
H A DTwitterImage.php65 public function getDefaultValue() function in ComboStrap\\Meta\\Field\\TwitterImage

1234