Searched refs:contextPage (Results 1 – 6 of 6) sorted by relevance
66 $contextPage = $this->getResource();67 return $this->getFeaturedImageBlogForContext($contextPage);73 * @param ResourceCombo $contextPage77 private function getFeaturedImageBlogForContext(ResourceCombo $contextPage): WikiPath argument79 $featuredSvgImage = FeaturedSvgImage::createFromResourcePage($contextPage);80 $featuredRasterImage = FeaturedRasterImage::createFromResourcePage($contextPage);
65 $contextPage = $this->getResource();66 $actual = $contextPage;90 private function getFeaturedRasterImageOrFirst(ResourceCombo $contextPage): WikiPath argument92 $featuredRasterImage = FeaturedRasterImage::createFromResourcePage($contextPage);96 return FirstRasterImage::createForPage($contextPage)->getValue();
68 $contextPage = $this->getResource();69 $actual = $contextPage;
79 $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…
51 $contextPage = $this->getResource();53 return FirstSvgIllustration::createForPage($contextPage)->getValue();55 return FirstRasterImage::createForPage($contextPage)->getValue();
46 $contextPage = MarkupPath::createPageFromPathObject($path);47 return self::renderForPage($contextPage, $tagAttributes);