1 system.updater.inc static CoreUpdater::canUpdate($project_name)

File

core/modules/system/system.updater.inc, line 27
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();
}