Skip to content

Kirby 5.1.1

$user->blueprint()

Returns the UserBlueprint object

$user->blueprint(): Kirby\Cms\UserBlueprint

Return type

Kirby\Cms\UserBlueprint

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

Parent class

Kirby\Cms\User