You are here

public function LibraryUpdater::getInstallDirectory in Apps 7

Return value

string An absolute path to the default install location.

Overrides DrupalUpdaterInterface::getInstallDirectory

File

./apps.updater.inc, line 8
Provides the LibraryUpdater class.

Class

LibraryUpdater
@file Provides the LibraryUpdater class.

Code

public function getInstallDirectory() {
  return DRUPAL_ROOT . "/sites/all/libraries";
}