Skip to content

Kirby 3.8.4

$fileactions->save()

Stores the content on disk

$fileactions->save(array $data = null, string $languageCode = null, bool $overwrite = false): Kirby\Cms\FileActions

Parameters

Name Type Default
$data array null
$languageCode string null
$overwrite bool false

Return type

Kirby\Cms\FileActions

This method does not modify the existing $fileactions object but returns a new object with the changes applied. Learn more →

Parent class

Kirby\Cms\FileActions