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