Url::to()
Smart resolver for internal and external urls
Deprecated
in 5.3.0
Use Kirby\Cms\Url::to() instead Url::to(string|null $path = null, array|null $options = null): string
Parameters
| Name | Type | Default |
|---|---|---|
| $path | stringornull |
null
|
| $options | arrayornull |
null
|
Return type
string