1.20.x system.updater.inc | static CoreUpdater::canUpdate($project_name) |
File
- modules/
system/ system.updater.inc, line 28 - 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
static function canUpdate($project_name) {
return (bool) $this->isInstalled();
}