$kirby->languages()
Returns all available site languages
$kirby->languages(bool $clone = true): Kirby\Cms\Languages
Parameters
Name | Type | Default |
---|---|---|
$clone | bool |
true
|
Return type
This method modifies the existing $app
object it is applied to and returns it again.