| /plugin/combo/ComboStrap/ |
| H A D | EndDate.php | 16 public static function createFromPage(MarkupPath $page) function in ComboStrap\\EndDate
|
| H A D | StartDate.php | 15 public static function createFromPage(MarkupPath $page) function in ComboStrap\\StartDate
|
| H A D | ReplicationDate.php | 21 public static function createFromPage(MarkupPath $page) function in ComboStrap\\ReplicationDate
|
| H A D | QualityDynamicMonitoringOverwrite.php | 20 public static function createFromPage(MarkupPath $page): QualityDynamicMonitoringOverwrite function in ComboStrap\\QualityDynamicMonitoringOverwrite
|
| H A D | PageUrlPath.php | 90 $pageUrlType = PageUrlType::createFromPage($page); 147 $urlTypeDefault = PageUrlType::createFromPage($this->getResource())->getDefaultValue();
|
| H A D | LowQualityCalculatedIndicator.php | 16 public static function createFromPage(MarkupPath $page) function in ComboStrap\\LowQualityCalculatedIndicator
|
| H A D | PageUrlType.php | 33 public static function createFromPage(ResourceCombo $page): PageUrlType function in ComboStrap\\PageUrlType
|
| H A D | PagePublicationDate.php | 61 public static function createFromPage(MarkupPath $page) function in ComboStrap\\PagePublicationDate
|
| H A D | QualityTag.php | 105 …$qualityMonitoringIndicator = QualityDynamicMonitoringOverwrite::createFromPage($page)->getValueOr…
|
| H A D | MarkupPath.php | 1644 $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 D | PageId.php | 132 $frontmatter = MetadataFrontmatterStore::createFromPage($resource);
|
| H A D | FetcherPage.php | 345 return PageTemplateName::createFromPage($this->getRequestedPage())->getValueOrDefault();
|
| H A D | MetadataFrontmatterStore.php | 246 public static function createFromPage(MarkupPath $page): MetadataFrontmatterStore function in ComboStrap\\MetadataFrontmatterStore
|
| H A D | DatabasePageRow.php | 538 $replicationDate = ReplicationDate::createFromPage($this->markupPath) 1272 $replicationDateMeta = ReplicationDate::createFromPage($this->markupPath)
|
| H A D | TemplateForWebPage.php | 213 … return PageTemplateName::createFromPage(MarkupPath::createPageFromPathObject($requestedPath))
|
| /plugin/combo/ComboStrap/Meta/Field/ |
| H A D | PageTemplateName.php | 64 public static function createFromPage(MarkupPath $page): PageTemplateName function in ComboStrap\\Meta\\Field\\PageTemplateName
|
| /plugin/combo/ComboStrap/Api/ |
| H A D | MetaManagerHandler.php | 218 $frontMatterMessage = MetadataFrontmatterStore::createFromPage($page)
|
| /plugin/combo/ |
| H A D | cli.php | 504 $message = MetadataFrontmatterStore::createFromPage($page)
|