function Module::getRootDirectoryRelativePath
Returns the name of the root directory under which projects will be copied.
Return value
string A relative path to the root directory.
Overrides UpdaterInterface::getRootDirectoryRelativePath
1 call to Module::getRootDirectoryRelativePath()
- Module::getInstallDirectory in core/
lib/ Drupal/ Core/ Updater/ Module.php - Returns the directory where a module should be installed.
File
-
core/
lib/ Drupal/ Core/ Updater/ Module.php, line 43
Class
- Module
- Defines a class for updating modules.
Namespace
Drupal\Core\UpdaterCode
public static function getRootDirectoryRelativePath() {
return 'modules';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.