public function Updater::makeBackup

Performs a backup.

@todo Not implemented.

1 call to Updater::makeBackup()
Updater::update in drupal/core/lib/Drupal/Core/Updater/Updater.php
Updates a Drupal project and returns a list of next actions.

File

drupal/core/lib/Drupal/Core/Updater/Updater.php, line 333
Definition of Drupal\Core\Updater\Updater.

Class

Updater
Defines the base class for Updaters used in Drupal.

Namespace

Drupal\Core\Updater

Code

public function makeBackup(&$filetransfer, $from, $to) {
}