file.update:before
return [
'hooks' => [
'file.update:before' => function (Kirby\Cms\File $file, array $values, array $strings) {
// your code goes here
}
]
]
Parameters
Parameter | Type |
---|---|
$file | Kirby\Cms\File |
$values | array |
$strings | array |