Skip to content

Kirby 5.0.4

$updateStatus->status()

Returns the raw status value

$updateStatus->status(): string

Return type

string

'up-to-date'|'not-vulnerable'|'security-update'| 'security-upgrade'|'update'|'upgrade'|'unreleased'|'error'

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

Parent class

Kirby\Cms\System\UpdateStatus