Skip to content

Kirby 4.2.0

$blocksfield->next()

Returns the next item in the collection if available

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

Parameters

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

Return type

Kirby\Form\Field\BlocksField|null

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

Parent class

Kirby\Form\Field\BlocksField inherited from Kirby\Form\FieldClass