Updater::makeBackup

public Updater::makeBackup(FileTransfer $filetransfer, $from, $to)

Performs a backup.

@todo Not implemented: https://www.drupal.org/node/2474355

Parameters

\Drupal\Core\FileTransfer\FileTransfer $filetransfer: Object which is a child of FileTransfer.

string $from: The file path to copy from.

string $to: The file path to copy to.

File

core/lib/Drupal/Core/Updater/Updater.php, line 369

Class

Updater
Defines the base class for Updaters used in Drupal.

Namespace

Drupal\Core\Updater

Code

1
2
public function makeBackup(FileTransfer $filetransfer, $from, $to) {
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.