$fieldClass->siblings()
Returns all sibling elements
$fieldClass->siblings(bool $self = true): Kirby\Form\Fields
Parameters
Name | Type | Default |
---|---|---|
$self | bool |
true
|
Return type
This method modifies the existing $fieldclass
object it is applied to and returns it again.