Skip to content

Kirby 5.1.1

$language->siblings()

Returns all sibling elements

$language->siblings(bool $self = true): Kirby\Cms\Languages

Parameters

Name Type Default
$self bool true

Return type

Kirby\Cms\Languages

This method modifies the existing $language object it is applied to and returns it again.

Parent class

Kirby\Cms\Language