$kirby->resolve()
Path resolver for the router
$kirby->resolve()
has been marked as unstable. It might be changed in a future Kirby major or minor release without being considered a breaking change. Use with caution.
$kirby->resolve(string|null $path = null, string|null $language = null): mixed
Parameters
Name | Type | Default |
---|---|---|
$path | string ornull |
null
|
$language | string ornull |
null
|
Return type
mixed
Exceptions
Type | Description |
---|---|
Kirby\Exception\NotFoundException |
if the home page cannot be found |