Home
last modified time | relevance | path

Searched refs:getValueOrDefault (Results 1 – 25 of 36) 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();
77 public function getValueOrDefault(): string function in ComboStrap\\PageTitle
H A DPageUrlPath.php106 public function getValueOrDefault(): string function in ComboStrap\\PageUrlPath
261 return Canonical::createForPage($page)->getValueOrDefault()->toAbsoluteId();
310 return WikiPath::removeRootSepIfPresent($this->getValueOrDefault());
H A DFetcherPageBundler.php84 $title = PageTitle::createForMarkup($startMarkup)->getValueOrDefault();
133 $title = PageTitle::createForMarkup($startPath)->getValueOrDefault();
223 $title = PageTitle::createForMarkup($outline->getMarkupPath())->getValueOrDefault();
H A DPageDescription.php92 public function getValueOrDefault(): string function in ComboStrap\\PageDescription
119 ->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 DLocale.php94 public function getValueOrDefault(): string function in ComboStrap\\Locale
H A DLinkMarkup.php337 $description = PageDescription::createForPage($page)->getValueOrDefault();
467 return ResourceName::createForResource($page)->getValueOrDefault();
469 return PageTitle::createForMarkup($page)->getValueOrDefault();
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 DResourceName.php122 public function getValueOrDefault(): string function in ComboStrap\\ResourceName
H A DPageType.php49 public function getValueOrDefault(): string function in ComboStrap\\PageType
H A DSlug.php109 ->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 DDateTag.php38 $lang = Lang::createFromRequestedMarkup()->getValueOrDefault();
H A DQualityTag.php105 $qualityMonitoringIndicator = QualityDynamicMonitoringOverwrite::createFromPage($page)->getValueOrDefault();
H A DCanonical.php38 public function getValueOrDefault(): WikiPath function in ComboStrap\\Canonical
H A DLang.php143 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 DAncestorImage.php94 return FeaturedIcon::createForPage($actual)->getValueOrDefault();
H A DFacebookImage.php73 ->getValueOrDefault();
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php741 return $this->getValueOrDefault();
747 public function getValueOrDefault() function in ComboStrap\\Meta\\Api\\Metadata

12