Given an entry array or ID return the FormBuilderForm object that it belongs to
Available since version 0.4.4.
Usage
$bool = $forms->entryToForm($entry);
Arguments
Name | Type(s) | Description |
---|---|---|
entry | array, int | Entry array or ID (int) |
Return value
bool
FormBuilderForm
Returns FormBuilderForm object or boolean false if not found
API reference based on ProcessWire core version 3.0.236