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

NameType(s)Description
$data (optional)array

Array of extra data, when/if needed

Return value

array

See FieldSelectorInfo class for details.


$field methods and properties

API reference based on ProcessWire core version 3.0.259