$pages->sortBy()
Alias for Kirby\Toolkit\Collection::sort
Parameters
Name | Type | Default |
---|---|---|
... $args | mixed |
null |
Return type
This method does not modify the existing $pages
object but returns a new object with the changes applied. Learn more →
Parent class
Kirby\Cms\Pages
inherited from Kirby\Toolkit\Collection
Example
It's also possible to sort by more than one field:
For more complex sorting examples, check out our "Sorting" recipe