function Module::getRootDirectoryRelativePath

Same name in other branches
  1. 9 core/lib/Drupal/Core/Updater/Module.php \Drupal\Core\Updater\Module::getRootDirectoryRelativePath()
  2. 10 core/lib/Drupal/Core/Updater/Module.php \Drupal\Core\Updater\Module::getRootDirectoryRelativePath()
  3. 11.x core/lib/Drupal/Core/Updater/Module.php \Drupal\Core\Updater\Module::getRootDirectoryRelativePath()

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 42

Class

Module
Defines a class for updating modules using Drupal\Core\FileTransfer\FileTransfer classes via authorize.php.

Namespace

Drupal\Core\Updater

Code

public static function getRootDirectoryRelativePath() {
    return 'modules';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.