FormBuilderProcessorAction::entry()    
Get (or set) the form’s entry data, when available
Usage
// basic usage
$array = $formBuilderProcessorAction->entry();
// usage with all arguments
$array = $formBuilderProcessorAction->entry($entry = null);Arguments
| Name | Type(s) | Description | 
|---|---|---|
$entry (optional) | array null | 
Return value
array null
FormBuilderProcessorAction methods and properties
API reference based on ProcessWire core version 3.0.252