Get the current form entry, or null if not present
Usage
// basic usage
$array = $formBuilderProcessor->getEntry();
// usage with all arguments
$array = $formBuilderProcessor->getEntry(int $id = 0);
Arguments
Name | Type(s) | Description |
---|---|---|
id (optional) | int | Optional ID of entry to get (default=current entry) |
Return value
array
null
FormBuilderProcessor methods and properties
API reference based on ProcessWire core version 3.0.236