$file->changeSort()
Changes the file's sorting number in the meta file
$file->changeSort(int $sort): Kirby\Cms\File
Parameters
| Name | Type | Default |
|---|---|---|
| $sortrequired | int |
no default value |
Return type
This method does not modify the existing $file object but returns a new object with the changes applied. Learn more →