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

NameType(s)Description
$selectorStringint string
$options (optional)array
  • allForms (bool): Search all forms rather than current? Default:false

Return value

array

[] Array of form entries


$entries methods and properties

API reference based on ProcessWire core version 3.0.252