Skip to content

Kirby 4.2.0

$languagerouter->call()

Wrapper around the Router::call method that injects the Language instance and if needed also the Page as arguments.

$languagerouter->call(?string $path = null): mixed|null

Parameters

Name Type Default
$path string|null null

Return type

mixed|null

Parent class

Kirby\Cms\LanguageRouter