Home
last modified time | relevance | path

Searched refs:getValue (Results 501 – 525 of 1088) sorted by path

1...<<21222324252627282930>>...44

/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataTabular.php52 public function getValue(): array
322 ->getValue();
345 $identifier = $meta->getValue();
387 $identifierValue = $identifierMetadata->getValue(); // normalize if any
53 public function getValue(): array global() function in ComboStrap\\Meta\\Api\\MetadataTabular
H A DMetadataText.php31 public function getValue(): string function in ComboStrap\\Meta\\Api\\MetadataText
H A DMetadataWikiPath.php78 * {@link self::getValue()} because
81 $actualPath = $this->getValue();
143 public function getValue(): WikiPath function in ComboStrap\\Meta\\Api\\MetadataWikiPath
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php45 $rows = $this->getValue();
52 $alias = Alias::create($this->getResource(), $aliasMeta->getValue());
59 $alias->setType($aliasType->getValue());
238 public function getValue(): array function in ComboStrap\\Meta\\Field\\Aliases
266 return parent::getValue();
293 $alias = Alias::create($this->getResource(), $path->getValue());
301 $this->rows[$path->getValue()->toAbsoluteId()] = $row;
H A DAncestorImage.php65 public function getValue(): WikiPath function in ComboStrap\\Meta\\Field\\AncestorImage
77 return FeaturedImage::createFromResourcePage($actual)->getValue();
86 return FirstImage::createForPage($actual)->getValue();
H A DFeaturedImage.php63 public function getValue(): WikiPath function in ComboStrap\\Meta\\Field\\FeaturedImage
82 return $featuredSvgImage->getValue();
85 return $featuredRasterImage->getValue();
H A DFeaturedRasterImage.php111 return $this->getValue();
H A DPageH1.php78 ->getValue();
94 return $this->getValue();
H A DPageImages.php182 $rows = parent::getValue();
193 $pageImagePathValue = $pageImagePath->getValue();
206 $usages = $pageImageUsage->getValue();
313 $firstImage = FirstRasterImage::createForPage($this->getResource())->getValue();
H A DPageTemplateName.php253 $value = $this->getValue();
H A DSocialCardImage.php62 public function getValue(): WikiPath function in ComboStrap\\Meta\\Field\\SocialCardImage
96 return FirstRasterImage::createForPage($contextPage)->getValue();
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMeta.php156 $value = $field->getValue();
H A DFormMetaField.php186 $rows = $metadata->getValue();
306 if ($this->getValue() !== null && $this->getValue() !== "") {
307 $associative[self::VALUE_ATTRIBUTE] = $this->getValue();
441 function getValue() function in ComboStrap\\Meta\\Form\\FormMetaField
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php177 $uidValue = $resourceUidObject->getValue();
/plugin/combo/ComboStrap/
H A DMetadataFrontmatterStore.php54 $guidValue = $guidObject->getValue();
96 $targetValue = $metadata->getValue();
H A DModificationDate.php104 return CreationDate::createForPage($this->getResource())->getValue();
H A DNoteTag.php35 $type = $tagAttributes->getValue(TagAttributes::TYPE_KEY);
H A DPageDescription.php96 $value = $this->getValue();
220 self::ABSTRACT_KEY => $this->getValue(),
H A DPageExplorerTag.php286 $id = $pageExplorerTagAttributes->getValue(TagAttributes::ID_KEY);
H A DPageId.php290 $actualId = $this->getValue();
329 $value = $this->getValue();
350 public function getValue(): string function in ComboStrap\\PageId
353 return parent::getValue();
H A DPageImageTag.php97 $imagePath = FeaturedImage::createFromResourcePage($contextPage)->getValue();
111 $ancestor = AncestorImage::createFromResourcePage($contextPage)->getValue();
168 $firstImagePath = FirstImage::createForPage($contextPage)->getValue();
H A DPageLevel.php31 public function getValue(): int function in ComboStrap\\PageLevel
H A DPageSqlTreeListener.php262 $level = PageLevel::createForPage($this->requestedPage)->getValue();
399 $level = PageLevel::createForPage($this->requestedPage)->getValue();
H A DPageTitle.php102 return $this->getValue();
H A DPageType.php52 return $this->getValue();

1...<<21222324252627282930>>...44