Skip to content

Kirby 5.1.2

$statsField->siblings()

Returns all sibling elements

$statsField->siblings(bool $self = true): TCollection

Parameters

Name Type Default
$self bool true

Return type

TCollection

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

Parent class

Kirby\Form\Field\StatsField inherited from Kirby\Form\FieldClass