Home
last modified time | relevance | path

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

12

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

12