Home
last modified time | relevance | path

Searched refs:toAbsoluteUrlString (Results 1 – 10 of 10) sorted by relevance

/plugin/combo/action/
H A Drouter.php424 $targetUrl = stripctl($targetUrl->toAbsoluteUrlString());
477 $targetUrl = $url->toAbsoluteUrlString();
487 $requestURL = Url::createFromString($_SERVER['REQUEST_URI'])->toAbsoluteUrlString();
H A Dmetatwitter.php173 …= FetcherRaster::createImageFetchFromPath($twitterImagePath)->getFetchUrl()->toAbsoluteUrlString();
H A Dmetafacebook.php230 … $facebookMeta["og:image"] = $facebookImage->getFetchUrl()->toAbsoluteUrlString();
H A Dpageprotection.php209 $urlAfterRewrite = $page->getCanonicalUrl()->toAbsoluteUrlString();
/plugin/combo/ComboStrap/
H A DRouterRedirection.php77 return $targetUrl->toAbsoluteUrlString();
H A DFetcherCache.php44 $cacheKey = $fetcher->getFetchUrl()->toAbsoluteUrlString();
H A DFetcherScreenshot.php119 $webDriver->get($url->toAbsoluteUrlString());
H A DLdJson.php108 "url" => $fetcherPageImage->getFetchUrl()->toAbsoluteUrlString()
H A DBrandButton.php538 return $requestedPage->getCanonicalUrl()->toAbsoluteUrlString();
/plugin/combo/ComboStrap/Web/
H A DUrl.php433 public function toAbsoluteUrlString(): string function in ComboStrap\\Web\\Url