Skip to content

Kirby 4.3.0

$layoutfield->next()

Returns the next item in the collection if available

$layoutfield->next(\Kirby\Cms\Collection|null $collection = null): Kirby\Form\Field\LayoutField|null

Parameters

Name Type Default
$collection Kirby\Cms\Collection|null null

Return type

Kirby\Form\Field\LayoutField|null

This method does not modify the existing $layoutfield object but returns a new object with the changes applied. Learn more →

Parent class

Kirby\Form\Field\LayoutField inherited from Kirby\Form\FieldClass