Skip to content

Kirby 3.5.7.1

$layoutfield->next()

Returns the next item in the collection if available

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

Parameters

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

Return type

Kirby\Cms\Model|null

Parent class

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