Returns array of information about given Field
Populates the following indexes:
exportable
(bool): True if field is exportable, false if not.reason
(string): Reason why field is not exportable (when exportable==false).
Usage
$array = $pagesExportImport->getFieldInfo(Field $field);
Arguments
Name | Type(s) | Description |
---|---|---|
field | Field |
Return value
array
PagesExportImport methods and properties
API reference based on ProcessWire core version 3.0.236