Get fields where versions are not supported
Usage
// basic usage
$field = $pagesVersions->getUnsupportedFields();
// usage with all arguments
$field = $pagesVersions->getUnsupportedFields($page = null);
Arguments
Name | Type(s) | Description |
---|---|---|
page (optional) | Page, null | Page to limit check to or omit for all fields |
Return value
Field
[] Returned array of Field objects is indexed by Field name
$pagesVersions methods and properties
API reference based on ProcessWire core version 3.0.236