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

public function makeBackup(FileTransfer $filetransfer, $from, $to) {
}
doc_Drupal
2016-10-29 09:51:05
Comments
Leave a Comment

Please login to continue.