URLs
Modify all URLs
Parameters
Name | Type | Default | Description |
---|---|---|---|
$kirby * | Kirby\Cms\App |
– | Kirby instance |
$path | string |
null |
URL path |
$options | array |string |null |
null |
Array of options for the Uri class |
$originalHandler | Closure |
null |
Deprecated: Callback function to the original URL handler with $path and $options as parametersUse $kirby->nativeComponent('url') inside your URL component instead. |
Return type
string