Skip to content

Kirby 5.1.1

Url::makeAbsolute()

Convert a relative path into an absolute URL

Url::makeAbsolute(string|null $path = null, string|null $home = null): string

Parameters

Name Type Default
$path stringornull null
$home stringornull null

Return type

string

Parent class

Kirby\Cms\Url inherited from Kirby\Http\Url