Home
last modified time | relevance | path

Searched refs:getValueOrDefault (Results 1 – 25 of 37) sorted by relevance

12

/plugin/combo/ComboStrap/
H A DLabel.php59 return PageTitle::createForMarkup($this->getResource())->getValueOrDefault();
66 public function getValueOrDefault(): string function in ComboStrap\\Label
H A DPageTitle.php70 ->getValueOrDefault();
99 public function getValueOrDefault(): string function in ComboStrap\\PageTitle
H A DPageUrlPath.php105 public function getValueOrDefault(): string function in ComboStrap\\PageUrlPath
260 return Canonical::createForPage($page)->getValueOrDefault()->toAbsoluteId();
317 return WikiPath::removeRootSepIfPresent($this->getValueOrDefault());
H A DPageDescription.php92 public function getValueOrDefault(): string function in ComboStrap\\PageDescription
119 ->getValueOrDefault();
H A DFetcherPageBundler.php93 $title = PageTitle::createForMarkup($startMarkup)->getValueOrDefault();
222 $title = PageTitle::createForMarkup($outline->getMarkupPath())->getValueOrDefault();
294 $title = PageTitle::createForMarkup($indexPath)->getValueOrDefault();
H A DDisqusIdentifier.php61 return $this->getResource()->getUid()->getValueOrDefault();
H A DLowQualityPageOverwrite.php65 public function getValueOrDefault(): bool function in ComboStrap\\LowQualityPageOverwrite
H A DQualityDynamicMonitoringOverwrite.php65 public function getValueOrDefault(): bool function in ComboStrap\\QualityDynamicMonitoringOverwrite
H A DLinkMarkup.php341 $description = PageDescription::createForPage($page)->getValueOrDefault();
471 return ResourceName::createForResource($page)->getValueOrDefault();
473 return PageTitle::createForMarkup($page)->getValueOrDefault();
H A DMarkupPath.php480 return $this->canBeOfLowQuality->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();
H A DLocale.php94 public function getValueOrDefault(): string function in ComboStrap\\Locale
H A DResourceName.php122 public function getValueOrDefault(): string function in ComboStrap\\ResourceName
H A DFetcherPage.php219 $title = PageTitle::createForMarkup($this->getRequestedPage())->getValueOrDefault();
345 return PageTemplateName::createFromPage($this->getRequestedPage())->getValueOrDefault();
H A DPageType.php49 public function getValueOrDefault(): string function in ComboStrap\\PageType
H A DSlug.php113 $title = PageTitle::createForMarkup($this->getResource())->getValueOrDefault();
H A DPagePublicationDate.php139 ->getValueOrDefault();
H A DDateTag.php38 $lang = Lang::createFromRequestedMarkup()->getValueOrDefault();
H A DQualityTag.php105 …onitoringIndicator = QualityDynamicMonitoringOverwrite::createFromPage($page)->getValueOrDefault();
H A DCanonical.php38 public function getValueOrDefault(): WikiPath function in ComboStrap\\Canonical
H A DLang.php144 public function getValueOrDefault(): string function in ComboStrap\\Lang
/plugin/combo/ComboStrap/Meta/Field/
H A DPageH1.php84 ->getValueOrDefault();
91 public function getValueOrDefault(): string function in ComboStrap\\Meta\\Field\\PageH1
H A DTwitterImage.php69 ->getValueOrDefault();
H A DFacebookImage.php73 ->getValueOrDefault();
H A DAncestorImage.php94 return FeaturedIcon::createForPage($actual)->getValueOrDefault();
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php741 return $this->getValueOrDefault();
747 public function getValueOrDefault() function in ComboStrap\\Meta\\Api\\Metadata

12