Home
last modified time | relevance | path

Searched refs:createFromPage (Results 1 – 18 of 18) sorted by path

/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php218 $frontMatterMessage = MetadataFrontmatterStore::createFromPage($page)
/plugin/combo/ComboStrap/
H A DDatabasePageRow.php538 $replicationDate = ReplicationDate::createFromPage($this->markupPath)
1266 $replicationDateMeta = ReplicationDate::createFromPage($this->markupPath)
H A DEndDate.php16 public static function createFromPage(MarkupPath $page) function in ComboStrap\\EndDate
H A DFetcherPage.php345 return PageTemplateName::createFromPage($this->getRequestedPage())->getValueOrDefault();
H A DLowQualityCalculatedIndicator.php16 public static function createFromPage(MarkupPath $page) function in ComboStrap\\LowQualityCalculatedIndicator
H A DMarkupPath.php1644 $this->publishedDate = PagePublicationDate::createFromPage($this);
1645 $this->startDate = StartDate::createFromPage($this);
1646 $this->endDate = EndDate::createFromPage($this);
1652 $this->lowQualityIndicatorCalculated = LowQualityCalculatedIndicator::createFromPage($this);
1653 $this->qualityMonitoringIndicator = QualityDynamicMonitoringOverwrite::createFromPage($this);
1656 $this->layout = PageTemplateName::createFromPage($this);
H A DMetadataFrontmatterStore.php246 public static function createFromPage(MarkupPath $page): MetadataFrontmatterStore function in ComboStrap\\MetadataFrontmatterStore
453 LogUtility::msg("The content without frontmatter should have been set. Did you you use the createFromPage constructor");
H A DPageId.php132 $frontmatter = MetadataFrontmatterStore::createFromPage($resource);
H A DPagePublicationDate.php61 public static function createFromPage(MarkupPath $page) function in ComboStrap\\PagePublicationDate
H A DPageUrlPath.php91 $pageUrlType = PageUrlType::createFromPage($page);
148 $urlTypeDefault = PageUrlType::createFromPage($this->getResource())->getDefaultValue();
H A DPageUrlType.php33 public static function createFromPage(ResourceCombo $page): PageUrlType function in ComboStrap\\PageUrlType
H A DQualityDynamicMonitoringOverwrite.php20 public static function createFromPage(MarkupPath $page): QualityDynamicMonitoringOverwrite function in ComboStrap\\QualityDynamicMonitoringOverwrite
H A DQualityTag.php105 $qualityMonitoringIndicator = QualityDynamicMonitoringOverwrite::createFromPage($page)->getValueOrDefault();
H A DReplicationDate.php21 public static function createFromPage(MarkupPath $page) function in ComboStrap\\ReplicationDate
H A DStartDate.php15 public static function createFromPage(MarkupPath $page) function in ComboStrap\\StartDate
H A DTemplateForWebPage.php210 return PageTemplateName::createFromPage(MarkupPath::createPageFromPathObject($requestedPath))
/plugin/combo/ComboStrap/Meta/Field/
H A DPageTemplateName.php64 public static function createFromPage(MarkupPath $page): PageTemplateName function in ComboStrap\\Meta\\Field\\PageTemplateName
/plugin/combo/
H A Dcli.php480 $message = MetadataFrontmatterStore::createFromPage($page)