Home
last modified time | relevance | path

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

123

/plugin/combo/ComboStrap/Meta/Field/
H A DFacebookImage.php55 $pageImages = PageImages::createForPage($this->getResource())
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 DPageH1.php22 public static function createForPage($page): PageH1 function in ComboStrap\\Meta\\Field\\PageH1
H A DFeaturedRasterImage.php57 $pageImages = PageImages::createForPage($this->getResource())
/plugin/combo/ComboStrap/
H A DPageKeywords.php16 public static function createForPage(MarkupPath $page) function in ComboStrap\\PageKeywords
H A DCreationDate.php26 public static function createForPage(ResourceCombo $page): CreationDate function in ComboStrap\\CreationDate
H A DPageType.php34 public static function createForPage($page): PageType function in ComboStrap\\PageType
H A DSlug.php15 public static function createForPage(ResourceCombo $resource) function in ComboStrap\\Slug
H A DRouterBestEndPage.php63 Aliases::createForPage($bestPage)
H A DCanonical.php27 public static function createForPage(MarkupPath $page): Canonical function in ComboStrap\\Canonical
H A DFetcherVignette.php58 public static function createForPage(MarkupPath $page, Mime $mime = null): FetcherVignette function in ComboStrap\\FetcherVignette
194 $locale = Locale::createForPage($this->page)->getValueOrDefault();
H A DMetadataStoreTransfer.php54 public static function createForPage($page): MetadataStoreTransfer function in ComboStrap\\MetadataStoreTransfer
H A DPageSqlTreeListener.php245 $level = PageLevel::createForPage($this->requestedPage)->getValue();
382 $level = PageLevel::createForPage($this->requestedPage)->getValue();
H A DPageDescription.php46 public static function createForPage($page): PageDescription function in ComboStrap\\PageDescription
H A DPermalinkTag.php97 $urlPath = PageUrlPath::createForPage($requestedPage)
H A DPageId.php49 public static function createForPage(ResourceCombo $resource): PageId function in ComboStrap\\PageId
H A DMetaManagerForm.php91 public static function createForPage(MarkupPath $page): MetaManagerForm
93 public static function createForPage(MarkupPath $page): MetaManagerForm global() function in ComboStrap\\MetaManagerForm
/plugin/combo/syntax/
H A Dfrontmatter.php173 $transfer = MetadataStoreTransfer::createForPage($parsedPage)
322 $pageImages = PageImages::createForPage($page)
/plugin/combo/action/
H A Dmetaprocessing.php129 PageImages::createForPage($page)->modifyMetaDokuWikiArray($event->data);
H A Dpagesystemmutation.php185 PageId::createForPage($markup)
H A Dmetafacebook.php246 $locale = ComboStrap\Locale::createForPage($page, "_")->getValueOrDefault();
/plugin/combo/ComboStrap/Web/
H A DUrlRewrite.php134 $urlId = PageUrlPath::createForPage(MarkupPath::createMarkupFromId($dokuwikiId))->getValueOrDefaultAsWikiId();
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php191 $transfer = MetadataStoreTransfer::createForPage($page)
245 $formMeta = MetaManagerForm::createForPage($page)->toFormMeta();

123