Skip to content

Kirby 3.5.7.1

$kirby->resolve()

Path resolver for the router

$kirby->resolve(string $path = null, string $language = null): mixed

Parameters

Name Type Default
$path string null
$language string null

Return type

mixed

Exceptions

Type Description
Kirby\Exception\NotFoundException if the home page cannot be found

Parent class

Kirby\Cms\App