FormBuilderEntries::getById() method     
Get a form entry by ID
Available since version 0.3.8.
Usage
// basic usage
$bool = $entries->getById(int $id);
// usage with all arguments
$bool = $entries->getById(int $id, string $col = '');Arguments
| Name | Type(s) | Description | 
|---|---|---|
| $id | int | ID of entry | 
| $col(optional) | string | Specify a specific DB column to get or omit for entire entry | 
Return value
bool arrayReturns form entry (array) on success or boolean false on fail
$entries methods and properties
API reference based on ProcessWire core version 3.0.252