$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 | TCollectionornull |
null
|
Return types
Kirby\Form\Field\EntriesFieldornull
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