Home
last modified time | relevance | path

Searched refs:contextPage (Results 1 – 6 of 6) sorted by relevance

/plugin/combo/ComboStrap/Meta/Field/
DFeaturedImage.php66 $contextPage = $this->getResource();
67 return $this->getFeaturedImageBlogForContext($contextPage);
73 * @param ResourceCombo $contextPage
77 private function getFeaturedImageBlogForContext(ResourceCombo $contextPage): WikiPath argument
79 $featuredSvgImage = FeaturedSvgImage::createFromResourcePage($contextPage);
80 $featuredRasterImage = FeaturedRasterImage::createFromResourcePage($contextPage);
DSocialCardImage.php65 $contextPage = $this->getResource();
66 $actual = $contextPage;
90 private function getFeaturedRasterImageOrFirst(ResourceCombo $contextPage): WikiPath argument
92 $featuredRasterImage = FeaturedRasterImage::createFromResourcePage($contextPage);
96 return FirstRasterImage::createForPage($contextPage)->getValue();
DAncestorImage.php68 $contextPage = $this->getResource();
69 $actual = $contextPage;
/plugin/combo/ComboStrap/
DPageImageTag.php79 $contextPage = MarkupPath::createPageFromPathObject($path);
97 … $imagePath = FeaturedImage::createFromResourcePage($contextPage)->getValue();
105 …creating the fetcher for the feature image ($imagePath) and the page ($contextPage). Error: {$e->g…
111 $ancestor = AncestorImage::createFromResourcePage($contextPage)->getValue();
118 …ng the ancestor image handler for the image ($ancestor) and the page ($contextPage). Error: {$e->g…
123 $icon = FeaturedIcon::createForPage($contextPage)->getValueOrDefault();
168 $firstImagePath = FirstImage::createForPage($contextPage)->getValue();
176 …the first image handler for the image ($firstImagePath) and the page ($contextPage). Error: {$e->g…
181 $imageFetcher = FetcherVignette::createForPage($contextPage);
183 …LogUtility::warning("Error while creating the vignette for the page ($contextPage). Error: {$e->ge…
DFirstImage.php51 $contextPage = $this->getResource();
53 return FirstSvgIllustration::createForPage($contextPage)->getValue();
55 return FirstRasterImage::createForPage($contextPage)->getValue();
/plugin/combo/ComboStrap/Tag/
DRelatedTag.php46 $contextPage = MarkupPath::createPageFromPathObject($path);
47 return self::renderForPage($contextPage, $tagAttributes);