1.20.x system.updater.inc public CoreUpdater::getInstallDirectory()

Return the Backdrop core directory.

Overrides BackdropUpdaterInterface::getInstallDirectory

File

modules/system/system.updater.inc, line 16
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 getInstallDirectory() {
  return realpath(BACKDROP_ROOT);
}