FormBuilderPartialEntries class

Handles the management of partial entries for FormBuilderProcessor.

Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the FormBuilderPartialEntries class also inherits all the methods and properties of: WireData and Wire.

Show class?     Show args?       Only hookable?    

Common

NameReturnSummary 
FormBuilderPartialEntries::finishPagination(InputfieldForm $form)
bool

Called on last pagination when entry may be ready for final save (or not, if errors)

 
FormBuilderPartialEntries::get(string $key)
mixed null string

Get property

 
FormBuilderPartialEntries::init()
None

Detect if there is a particular entry requested in input and populate it if so

 
FormBuilderPartialEntries::processPagination(InputfieldForm $form, $submitType)
None

Called by the render() method when pagination submitted, after input has been processed

 
FormBuilderPartialEntries::renderReady(InputfieldForm $form)
None

Render form ready

 
FormBuilderPartialEntries::save(InputfieldForm $form)
bool array

Save a submitted pagination to a partial entry

FormBuilderPartialEntries::updateFormUrl(string $url)
string

Update form URL for any additional data needed for partial entries

 

Properties

NameReturnSummary 
FormBuilderPartialEntries::active bool 
FormBuilderPartialEntries::entries FormBuilderEntries 
FormBuilderPartialEntries::formName string 
FormBuilderPartialEntries::maker FormBuilderMaker 

Additional methods and properties

In addition to the methods and properties above, FormBuilderPartialEntries also inherits the methods and properties of these classes:

API reference based on ProcessWire core version 3.0.257