1 system.updater.inc public CoreUpdater::postInstallTasks()

List of post install actions.

Overrides Updater::postInstallTasks

File

core/modules/system/system.updater.inc, line 44
Subclasses of the Updater class to update Backdrop core, modules, themes, and layouts.

Class

CoreUpdater
Class for updating Backdrop core using FileTransfer classes via authorize.php.

Code

public function postInstallTasks() {
  return array();
}