Searched refs:toAbsoluteUrlString (Results 1 – 10 of 10) sorted by relevance
424 $targetUrl = stripctl($targetUrl->toAbsoluteUrlString());477 $targetUrl = $url->toAbsoluteUrlString();487 $requestURL = Url::createFromString($_SERVER['REQUEST_URI'])->toAbsoluteUrlString();
173 …= FetcherRaster::createImageFetchFromPath($twitterImagePath)->getFetchUrl()->toAbsoluteUrlString();
230 … $facebookMeta["og:image"] = $facebookImage->getFetchUrl()->toAbsoluteUrlString();
209 $urlAfterRewrite = $page->getCanonicalUrl()->toAbsoluteUrlString();
77 return $targetUrl->toAbsoluteUrlString();
44 $cacheKey = $fetcher->getFetchUrl()->toAbsoluteUrlString();
119 $webDriver->get($url->toAbsoluteUrlString());
108 "url" => $fetcherPageImage->getFetchUrl()->toAbsoluteUrlString()
538 return $requestedPage->getCanonicalUrl()->toAbsoluteUrlString();
433 public function toAbsoluteUrlString(): string function in ComboStrap\\Web\\Url