Skip to content

Kirby 3.5.7.1

$pageactions->sort()

Deprecated in 3.5.0
Use Page::changeSort() instead
$pageactions->sort(null $position = null): Kirby\Cms\PageActions

Parameters

Name Type Default
$position null null

Return type

Kirby\Cms\PageActions

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

Parent class

Kirby\Cms\PageActions