Home
last modified time | relevance | path

Searched refs:pagePath (Results 1 – 3 of 3) sorted by relevance

/template/strap/action/
H A Dbacklinkmutation.php55 $pagePath = $data[PagePath::getPersistentName()] ?? null;
56 if ($pagePath === null) {
61 $reference = MarkupPath::createPageFromAbsoluteId($pagePath);
97 $pagePath,
/template/strap/ComboStrap/
H A DPageUrlPath.php244 $pagePath = $page->getPathObject()->toAbsoluteId();
248 return $pagePath;
255 return $pagePath;
257 return $this->toPermanentUrlPath($pagePath);
263 return $pagePath;
305 return $pagePath;
H A DFetcherVignette.php51 private WikiPath $pagePath; variable in ComboStrap\\FetcherVignette
304 $vignetteNameValue = $this->pagePath->getWikiId() . "." . $this->mime->getExtension();
375 $this->pagePath = $path;
413 return ResourceName::getFromPath($this->pagePath);