Home
last modified time | relevance | path

Searched refs:createForPage (Results 26 – 50 of 58) sorted by path

123

/plugin/combo/ComboStrap/Meta/Field/
H A DPageImages.php46 public static function createForPage(MarkupPath $page): PageImages function in ComboStrap\\Meta\\Field\\PageImages
313 $firstImage = FirstRasterImage::createForPage($this->getResource())->getValue();
H A DRegion.php23 public static function createForPage(MarkupPath $page) function in ComboStrap\\Meta\\Field\\Region
H A DSocialCardImage.php96 return FirstRasterImage::createForPage($contextPage)->getValue();
H A DTwitterImage.php52 $pageImages = PageImages::createForPage($this->getResource())
/plugin/combo/ComboStrap/
H A DMetaManagerForm.php91 public static function createForPage(MarkupPath $page): MetaManagerForm
93 public static function createForPage(MarkupPath $page): MetaManagerForm global() function in ComboStrap\\MetaManagerForm
H A DMetadataStoreTransfer.php54 public static function createForPage($page): MetadataStoreTransfer function in ComboStrap\\MetadataStoreTransfer
H A DModificationDate.php15 public static function createForPage(MarkupPath $page) function in ComboStrap\\ModificationDate
104 return CreationDate::createForPage($this->getResource())->getValue();
H A DOutline.php832 PageH1::createForPage($this->markupPath)->setDefaultValue($label);
861 Toc::createForPage($this->markupPath)
H A DPageDescription.php46 public static function createForPage($page): PageDescription function in ComboStrap\\PageDescription
H A DPageId.php49 public static function createForPage(ResourceCombo $resource): PageId function in ComboStrap\\PageId
H A DPageImageTag.php123 $icon = FeaturedIcon::createForPage($contextPage)->getValueOrDefault();
168 $firstImagePath = FirstImage::createForPage($contextPage)->getValue();
181 $imageFetcher = FetcherVignette::createForPage($contextPage);
H A DPageKeywords.php16 public static function createForPage(MarkupPath $page) function in ComboStrap\\PageKeywords
H A DPageLevel.php21 public static function createForPage(ResourceCombo $page): PageLevel function in ComboStrap\\PageLevel
H A DPagePath.php25 public static function createForPage(ResourceCombo $page): CacheExpirationDate function in ComboStrap\\PagePath
H A DPageSqlTreeListener.php245 $level = PageLevel::createForPage($this->requestedPage)->getValue();
382 $level = PageLevel::createForPage($this->requestedPage)->getValue();
H A DPageTitle.php69 return PageH1::createForPage($this->getResource())
H A DPageType.php34 public static function createForPage($page): PageType function in ComboStrap\\PageType
H A DPageUrlPath.php60 public static function createForPage(MarkupPath $page): PageUrlPath function in ComboStrap\\PageUrlPath
261 return Canonical::createForPage($page)->getValueOrDefault()->toAbsoluteId();
H A DPermalinkTag.php97 $urlPath = PageUrlPath::createForPage($requestedPage)
H A DPipelineUtility.php303 $locale = Locale::createForPage($page)->getValueOrDefault();
H A DRouterBestEndPage.php63 Aliases::createForPage($bestPage)
H A DSlug.php15 public static function createForPage(ResourceCombo $resource) function in ComboStrap\\Slug
H A DTemplateForWebPage.php747 return Toc::createForPage($markup);
H A DToc.php32 return self::createForPage(MarkupPath::createFromRequestedPage());
236 public static function createForPage($page): Toc function in ComboStrap\\Toc
/plugin/combo/ComboStrap/Web/
H A DUrlRewrite.php134 $urlId = PageUrlPath::createForPage(MarkupPath::createMarkupFromId($dokuwikiId))->getValueOrDefaultAsWikiId();

123