$user->image()
Returns the Panel image definition
$user->image(array|string|false|null $settings = [ ], string $layout = 'list'): array|null
Parameters
| Name | Type | Default |
|---|---|---|
| $settings | arrayorstringorfalseornull |
[ ]
|
| $layout | string |
'list'
|
Return types
arrayornull
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