PagesSortfields class

Manages the table for the sortfield property for Page children.

Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the PagesSortfields class also inherits all the methods and properties of: Wire.

Show class?     Show args?       Only hookable?    

Common

NameReturnSummary 
PagesSortfields::decode($sortfield)
stringDecodes a sortfield from a signed integer or string to a field name 
PagesSortfields::delete($page)
boolDelete the sortfield for a given Page 
PagesSortfields::encode(string $sortfield)
string intEncodes a sortfield from a fieldname to a signed integer (ID) representing a custom field, or native field name 
PagesSortfields::get($page)
stringGet sortfield for given Page from DB 
PagesSortfields::save($page)
boolSave the sortfield for a given Page 

Additional methods and properties

In addition to the methods and properties above, PagesSortfields also inherits the methods and properties of these classes:

API reference based on ProcessWire core version 3.0.251