Skip to content

Kirby 4.2.0

$fileactions->replace()

Replaces the file. The source must be an absolute path to a file or a Url.

$fileactions->replace(string $source, bool $move = false): Kirby\Cms\FileActions

Parameters

Name Type Default Description
$source * string
$move bool false If set to true, the source will be deleted

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 →

Exceptions

Parent class

Kirby\Cms\FileActions