Field::getSelectorInfo() method
Return array with information about what properties and operators can be used with this field.
Available since version 3.0.258.
Usage
// basic usage
$array = $field->getSelectorInfo();
// usage with all arguments
$array = $field->getSelectorInfo(array $data = []);Arguments
| Name | Type(s) | Description |
|---|---|---|
$data (optional) | array | Array of extra data, when/if needed |
Return value
arraySee FieldSelectorInfo class for details.
API reference based on ProcessWire core version 3.0.259