FieldtypeRepeater::getNextReadyPage() method

Get next page ready to be used as a new repeater item, creating it if it doesn't already exist

Usage

// basic usage
$page = $fieldtypeRepeater->getNextReadyPage(Page $page, Field $field);

// usage with all arguments
$page = $fieldtypeRepeater->getNextReadyPage(Page $page, Field $field, $value = null, array $notIDs = []);

Arguments

NameType(s)Description
pagePage
fieldField
value (optional)PageArray, Page
notIDs (optional)array

Optional Page IDs that should be excluded from the next ready page

Return value


FieldtypeRepeater methods and properties

API reference based on ProcessWire core version 3.0.244

“Indeed, if ProcessWire can be considered as a CMS in its own right, it also offers all the advantages of a CMF (Content Management Framework). Unlike other solutions, the programmer is not forced to follow the proposed model and can integrate his/her ways of doing things.” —Guy Verville, Spiria Digital Inc.