Skip to content

Kirby 5.0.4

$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

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