function Updater::makeBackup
Same name in other branches
- 9 core/lib/Drupal/Core/Updater/Updater.php \Drupal\Core\Updater\Updater::makeBackup()
- 8.9.x core/lib/Drupal/Core/Updater/Updater.php \Drupal\Core\Updater\Updater::makeBackup()
- 10 core/lib/Drupal/Core/Updater/Updater.php \Drupal\Core\Updater\Updater::makeBackup()
- 11.x core/lib/Drupal/Core/Updater/Updater.php \Drupal\Core\Updater\Updater::makeBackup()
Perform a backup.
@todo Not implemented.
1 call to Updater::makeBackup()
- Updater::update in includes/
updater.inc - Updates a Drupal project, returns a list of next actions.
File
-
includes/
updater.inc, line 376
Class
- Updater
- Base class for Updaters used in Drupal.
Code
public function makeBackup(&$filetransfer, $from, $to) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.