Skip to content

Kirby 5.0.4

$fieldClass->siblings()

Returns all sibling elements

$fieldClass->siblings(bool $self = true): Kirby\Form\Fields

Parameters

Name Type Default
$self bool true

Return type

Kirby\Form\Fields

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

Parent class

Kirby\Form\FieldClass