PagesExportImport::getFieldInfo()

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

NameType(s)Description
$fieldField

Return value

array


PagesExportImport methods and properties

API reference based on ProcessWire core version 3.0.251