Callbacks and related functions invoked by authorize.php to update projects.
We use the Batch API to actually update each individual project on the site. All of the code in this file is run at a low bootstrap level (modules are not loaded), so these functions cannot assume access to the rest of the code of the Update Manager module.
File
core/modules/update/update.authorize.inc
Functions
Name | Description |
---|---|
update_authorize_batch_copy_project | Implements callback_batch_operation(). |
update_authorize_install_batch_finished | Implements callback_batch_finished(). |
update_authorize_run_install | Installs a new project when invoked by authorize.php. |
update_authorize_run_update | Updates existing projects when invoked by authorize.php. |
update_authorize_update_batch_finished | Batch callback: Performs actions when the authorized update batch is done. |
_update_authorize_clear_update_status | Clears available update status data. |
_update_batch_create_message | Creates a structure of log messages. |
Please login to continue.