Get contents of the self::$allFields property containing all addded fields at runtime
This should only be used in cases where only 1 form is loaded in memory. For other cases, you should use the getChildrenFlat() method.
Usage
// basic usage
$array = $formBuilderField->findAll();
// usage with all arguments
$array = $formBuilderField->findAll(array $options = []);
Arguments
Name | Type(s) | Description |
---|---|---|
options (optional) | array |
Return value
array
FormBuilderField methods and properties
API reference based on ProcessWire core version 3.0.244