1.20.x system.updater.inc | public CoreUpdater::postInstall() |
List of post install actions.
Overrides Updater::postInstall
File
- modules/
system/ system.updater.inc, line 35 - 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 postInstall() {
$project = array();
$project['name'] = $this->name;
$project['type'] = 'core';
$_SESSION['project_browser_installed_projects'][$this->name] = $project;
}