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 ascending Description
UpdaterFileTransferException Child class of UpdaterException that indicates a FileTransfer exception.
UpdaterException Exception class for the Updater class hierarchy.
Updater Base class for Updaters used in Backdrop.

Interfaces

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