Classes used for updating various files in the Backdrop webroot. These classes use a FileTransfer object to actually perform the operations. Normally, the FileTransfer is provided when the site owner is redirected to authorize.php as part of a multistep process.

File

core/includes/updater.inc

Classes

Namesort descending Description
Updater Base class for Updaters used in Backdrop.
UpdaterException Exception class for the Updater class hierarchy.
UpdaterFileTransferException Child class of UpdaterException that indicates a FileTransfer exception.

Interfaces

Namesort descending Description
BackdropUpdaterInterface Interface for a class which can update a Backdrop project.