Searched refs:absoluteUrlMandatory (Results 1 – 1 of 1) sorted by relevance
902 …* @param bool $absoluteUrlMandatory - by default, dokuwiki allows the canonical to be relative but…907 …function getCanonicalUrl(array $urlParameters = [], bool $absoluteUrlMandatory = false, string $se… argument914 if ($urlType === PageUrlType::CONF_VALUE_PAGE_PATH && $absoluteUrlMandatory == false) {915 $absoluteUrlMandatory = Site::shouldUrlBeAbsolute();921 if ($absoluteUrlMandatory && $this->isRootHomePage()) {925 return wl($this->getUrlId(), $urlParameters, $absoluteUrlMandatory, $separator);