$site->options()
Returns an array of all actions that can be performed in the Panel This also checks for the lock status
$site->options(array $unlock = [ ]): array
Parameters
Name | Type | Default | Description |
---|---|---|---|
$unlock | array |
[ ]
|
An array of options that will be force-unlocked |
Return type
array
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