$site->image()
Returns the Panel image definition
$site->image(array|string|false|null $settings = [ ], string $layout = 'list'): array|null
Parameters
Name | Type | Default |
---|---|---|
$settings | array orstring orfalse ornull |
[ ]
|
$layout | string |
'list'
|
Return types
array
ornull
This method modifies the existing $site
object it is applied to and returns it again.
Parent class
Kirby\Panel\Site
inherited from Kirby\Panel\Model