/plugin/combo/ComboStrap/ |
D | Label.php | 59 return PageTitle::createForMarkup($this->getResource())->getValueOrDefault(); 66 public function getValueOrDefault(): string function in ComboStrap\\Label
|
D | PageTitle.php | 70 ->getValueOrDefault(); 99 public function getValueOrDefault(): string function in ComboStrap\\PageTitle
|
D | PageUrlPath.php | 105 public function getValueOrDefault(): string function in ComboStrap\\PageUrlPath 260 return Canonical::createForPage($page)->getValueOrDefault()->toAbsoluteId(); 317 return WikiPath::removeRootSepIfPresent($this->getValueOrDefault());
|
D | PageDescription.php | 92 public function getValueOrDefault(): string function in ComboStrap\\PageDescription 119 ->getValueOrDefault();
|
D | FetcherPageBundler.php | 93 $title = PageTitle::createForMarkup($startMarkup)->getValueOrDefault(); 222 $title = PageTitle::createForMarkup($outline->getMarkupPath())->getValueOrDefault(); 294 $title = PageTitle::createForMarkup($indexPath)->getValueOrDefault();
|
D | DisqusIdentifier.php | 61 return $this->getResource()->getUid()->getValueOrDefault();
|
D | LowQualityPageOverwrite.php | 65 public function getValueOrDefault(): bool function in ComboStrap\\LowQualityPageOverwrite
|
D | QualityDynamicMonitoringOverwrite.php | 65 public function getValueOrDefault(): bool function in ComboStrap\\QualityDynamicMonitoringOverwrite
|
D | LinkMarkup.php | 341 $description = PageDescription::createForPage($page)->getValueOrDefault(); 471 return ResourceName::createForResource($page)->getValueOrDefault(); 473 return PageTitle::createForMarkup($page)->getValueOrDefault();
|
D | Locale.php | 94 public function getValueOrDefault(): string function in ComboStrap\\Locale
|
D | MarkupPath.php | 480 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();
|
D | ResourceName.php | 122 public function getValueOrDefault(): string function in ComboStrap\\ResourceName
|
D | FetcherPage.php | 219 $title = PageTitle::createForMarkup($this->getRequestedPage())->getValueOrDefault(); 345 return PageTemplateName::createFromPage($this->getRequestedPage())->getValueOrDefault();
|
D | PageType.php | 49 public function getValueOrDefault(): string function in ComboStrap\\PageType
|
D | Slug.php | 113 $title = PageTitle::createForMarkup($this->getResource())->getValueOrDefault();
|
D | PagePublicationDate.php | 139 ->getValueOrDefault();
|
D | DateTag.php | 38 $lang = Lang::createFromRequestedMarkup()->getValueOrDefault();
|
D | QualityTag.php | 105 …onitoringIndicator = QualityDynamicMonitoringOverwrite::createFromPage($page)->getValueOrDefault();
|
D | Canonical.php | 38 public function getValueOrDefault(): WikiPath function in ComboStrap\\Canonical
|
D | Lang.php | 144 public function getValueOrDefault(): string function in ComboStrap\\Lang
|
/plugin/combo/ComboStrap/Meta/Field/ |
D | PageH1.php | 84 ->getValueOrDefault(); 91 public function getValueOrDefault(): string function in ComboStrap\\Meta\\Field\\PageH1
|
D | TwitterImage.php | 69 ->getValueOrDefault();
|
D | FacebookImage.php | 73 ->getValueOrDefault();
|
D | AncestorImage.php | 94 return FeaturedIcon::createForPage($actual)->getValueOrDefault();
|
/plugin/combo/ComboStrap/Meta/Api/ |
D | Metadata.php | 741 return $this->getValueOrDefault(); 747 public function getValueOrDefault() function in ComboStrap\\Meta\\Api\\Metadata
|