$entriesField->next()
Returns the next item in the collection if available
$entriesField->next(TCollection|null $collection = null): Kirby\Form\Field\EntriesField|null
Parameters
Name | Type | Default |
---|---|---|
$collection | TCollection ornull |
null
|
Return types
Kirby\Form\Field\EntriesField
ornull
This method does not modify the existing $entriesfield
object but returns a new object with the changes applied. Learn more →
Parent class
Kirby\Form\Field\EntriesField
inherited from Kirby\Form\FieldClass