Get names for all forms indexed by id
Usage
// basic usage
$array = $formBuilderMain->getFormNames();
// usage with all arguments
$array = $formBuilderMain->getFormNames(int $id = 0);
Arguments
Name | Type(s) | Description |
---|---|---|
id (optional) | int | Optionally get name for only this form ID |
Return value
array
string
FormBuilderMain methods and properties
API reference based on ProcessWire core version 3.0.236