Skip to content

Kirby 4.1.2

$file->changeSort()

Changes the file's sorting number in the meta file

$file->changeSort(int $sort): Kirby\Cms\File

Parameters

Name Type Default
$sort * int

Return type

Kirby\Cms\File

This method does not modify the existing $file object but returns a new object with the changes applied. Learn more →

Parent class

Kirby\Cms\File