Skip to content

Kirby 5.0.4

$translations->sortBy()

$translations->sortBy(string|callable $field, string|null $direction, int|null $method): Kirby\Content\Translations

Parameters

Name Type Default Description
$fieldrequired stringorcallable no default value Field name or value callback to sort by
$direction stringornull no default value asc or desc
$method intornull no default value The sort flag, SORT_REGULAR, SORT_NUMERIC etc.

Return types

Kirby\Content\Translations

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

Parent class

Kirby\Content\Translations inherited from Kirby\Toolkit\Collection