Skip to content

Kirby 5.0.4

$system->updateStatus()

Returns the update status object unless the update check for Kirby has been disabled

$system->updateStatus(array|null $data = null): Kirby\Cms\System\UpdateStatus|null

Parameters

Name Type Default Description
$data arrayornull null Custom override for the getkirby.com update data

Return types

Kirby\Cms\System\UpdateStatusornull

This method modifies the existing $system object it is applied to and returns it again.

Parent class

Kirby\Cms\System