Skip to content

Kirby 5.2.0

$user->content()

Get the content values for the model

Deprecated in 5.0.0
Use self::versions() instead
$user->content(): array

Return type

array

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

Parent class

Kirby\Panel\User inherited from Kirby\Panel\Model