FormBuilderEntries::find() method
Find form entries by selector string
Usage
// basic usage
$array = $entries->find($selectorString);
// usage with all arguments
$array = $entries->find($selectorString, array $options = []);Arguments
| Name | Type(s) | Description |
|---|---|---|
$selectorString | int string | |
$options (optional) | array |
|
Return value
array[] Array of form entries
$entries methods and properties
API reference based on ProcessWire core version 3.0.252