FormBuilderMaker::getMarkup()
@param string $property Name of property to retrieve or blank for all
Usage
// basic usage
$array = $formBuilderMaker->getMarkup();
// usage with all arguments
$array = $formBuilderMaker->getMarkup(string $property = '', string $type = '', array $vars = []);Arguments
| Name | Type(s) | Description |
|---|---|---|
$property (optional) | string | Name of property to retrieve or blank for all |
$type (optional) | string | Optional Inputfield type ('InputfieldTypeName' or just 'TypeName') |
$vars (optional) | array | Placeholder vars to populate, i.e. ['out' => 'Value'] or ['{out}' => 'Value'] |
Return value
array mixed null
FormBuilderMaker methods and properties
API reference based on ProcessWire core version 3.0.257