Home
last modified time | relevance | path

Searched refs:MarkupPath (Results 126 – 133 of 133) sorted by last modified time

123456

/plugin/combo/ComboStrap/
H A DImageSystem.php15 public static function selectAndGetBestMetadataPageImageFetcherForRatio(MarkupPath $page, TagAttributes $tagAttributes): IFetcherLocalImage
61 public static function createImageFetchFromPageImageMetadata(MarkupPath $page): IFetcherLocalImage
H A DSlotManagerMenuItem.php138 $secondaryPage = MarkupPath::createPageFromAbsoluteId($secondaryPath->toAbsoluteId());
H A DSlotSystem.php16 * when the {@link MarkupPath::isSlot() page is a slot}
19 public static function getContextPath(): MarkupPath
29 $markupPath = MarkupPath::createMarkupFromId($id);
37 public static function sendContextPathMessage(MarkupPath $contextPath): void
H A DStartDate.php15 public static function createFromPage(MarkupPath $page)
H A DLang.php100 public static function createForMarkup(MarkupPath $markup): Lang
113 return self::createForMarkup(MarkupPath::createFromRequestedPage());
/plugin/combo/ComboStrap/Tag/
H A DAdTag.php22 use ComboStrap\MarkupPath; alias
67 public static function showAds($sectionLineCount, $currentLineCountSinceLastAd, $sectionNumber, $adsCounter, $isLastSection, ?MarkupPath $markupPath): bool
H A DShareTag.php16 use ComboStrap\MarkupPath; alias
71 $requestedPage = MarkupPath::createFromRequestedPage();
129 $requestedPage = MarkupPath::createFromRequestedPage();
/plugin/combo/action/
H A Dcanonical.php8 use ComboStrap\MarkupPath; alias
55 $page = MarkupPath::createFromRequestedPage();

123456