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 | string ornull |
null
|
$home | string ornull |
null
|
Return type
string