public/backup/util/ui/UPGRADING.md
public/backup/controller/base_controller.class.php:
\base_controller::set_copy()\base_controller::get_copy()For more information see MDL-87425
Added several hooks to the restore process to
copy_helper::process_formdata() to expand the list of required fields.Other changes include
base_task::add_setting() is now public to allow hook callbacks to add settings.For more information see MDL-83479
Remove all MODE_HUB related code.
For more information see MDL-66873
The \core_backup\copy\copy class has been deprecated and removed. Please use \copy_helper instead.
For more information see MDL-75022
The following methods in the \base_controller class have been removed:
| Method | Replacement |
|---|---|
\base_controller::set_copy() | Use a restore controller for storing copy information instead. |
\base_controller::get_copy() | \restore_controller::get_copy() |
For more information see MDL-75025