Home
last modified time | relevance | path

Searched refs:getValueOrDefault (Results 1 – 25 of 36) sorted by last modified time

12

/plugin/combo/ComboStrap/
H A DLdJson.php244 ->getValueOrDefault();
H A DLocale.php94 public function getValueOrDefault(): string function in ComboStrap\\Locale
H A DLowQualityPageOverwrite.php65 public function getValueOrDefault(): bool function in ComboStrap\\LowQualityPageOverwrite
H A DMarkupPath.php339 * @deprecated for {@link Canonical::getValueOrDefault()}
480 return $this->canBeOfLowQuality->getValueOrDefault();
507 * Shortcut to {@link PageTitle::getValueOrDefault()}
514 return $this->title->getValueOrDefault();
526 return $this->h1->getValueOrDefault();
547 return $this->description->getValueOrDefault();
810 return $this->lang->getValueOrDefault();
1019 return ResourceName::createForResource($this)->getValueOrDefault();
1272 return $this->h1->getValueOrDefault();
1332 return $this->lowQualityIndicatorCalculated->getValueOrDefault();
[all...]
H A DCanonical.php38 public function getValueOrDefault(): WikiPath function in ComboStrap\\Canonical
H A DDateTag.php38 $lang = Lang::createFromRequestedMarkup()->getValueOrDefault();
H A DPageDescription.php92 public function getValueOrDefault(): string function in ComboStrap\\PageDescription
119 ->getValueOrDefault();
H A DFetcherPage.php219 $title = PageTitle::createForMarkup($this->getRequestedPage())->getValueOrDefault();
345 return PageTemplateName::createFromPage($this->getRequestedPage())->getValueOrDefault();
H A DPagePublicationDate.php139 ->getValueOrDefault();
H A DFetcherVignette.php194 $locale = Locale::createForPage($this->page)->getValueOrDefault();
H A DTemplateForWebPage.php211 ->getValueOrDefault();
479 Lang::PROPERTY_NAME => $this->getRequestedLangOrDefault()->getValueOrDefault(),
717 return PageTitle::createForMarkup($markupPath)->getValueOrDefault();
H A DLabel.php59 return PageTitle::createForMarkup($this->getResource())->getValueOrDefault();
66 public function getValueOrDefault(): string function in ComboStrap\\Label
H A DLinkMarkup.php337 $description = PageDescription::createForPage($page)->getValueOrDefault();
467 return ResourceName::createForResource($page)->getValueOrDefault();
469 return PageTitle::createForMarkup($page)->getValueOrDefault();
H A DDisqusIdentifier.php61 return $this->getResource()->getUid()->getValueOrDefault();
H A DPageType.php49 public function getValueOrDefault(): string function in ComboStrap\\PageType
H A DPipelineUtility.php303 $locale = Locale::createForPage($page)->getValueOrDefault();
H A DQualityDynamicMonitoringOverwrite.php65 public function getValueOrDefault(): bool function in ComboStrap\\QualityDynamicMonitoringOverwrite
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php741 return $this->getValueOrDefault();
747 public function getValueOrDefault() function in ComboStrap\\Meta\\Api\\Metadata
/plugin/combo/action/
H A Dmetafacebook.php246 $locale = ComboStrap\Locale::createForPage($page, "_")->getValueOrDefault();
H A Dmetatwitter.php161 $twitterImagePath = TwitterImage::createFromResource($page)->getValueOrDefault();
/plugin/combo/renderer/
H A Danalytics.php478 ->getValueOrDefault();
/plugin/combo/ComboStrap/Meta/Field/
H A DAncestorImage.php94 return FeaturedIcon::createForPage($actual)->getValueOrDefault();
H A DFacebookImage.php73 ->getValueOrDefault();
H A DPageH1.php84 ->getValueOrDefault();
91 public function getValueOrDefault(): string function in ComboStrap\\Meta\\Field\\PageH1
H A DTwitterImage.php69 ->getValueOrDefault();

12