function DrupalUpdaterInterface::getInstallDirectory
Return value
string An absolute path to the default install location.
2 methods override DrupalUpdaterInterface::getInstallDirectory()
- ModuleUpdater::getInstallDirectory in modules/
system/ system.updater.inc  - Return the directory where a module should be installed.
 - ThemeUpdater::getInstallDirectory in modules/
system/ system.updater.inc  - Return the directory where a theme should be installed.
 
File
- 
              includes/
updater.inc, line 42  
Class
- DrupalUpdaterInterface
 - Interface for a class which can update a Drupal project.
 
Code
public function getInstallDirectory();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.