You are here

public static function Module::getRootDirectoryRelativePath in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Updater/Module.php \Drupal\Core\Updater\Module::getRootDirectoryRelativePath()
  2. 9 core/lib/Drupal/Core/Updater/Module.php \Drupal\Core\Updater\Module::getRootDirectoryRelativePath()

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';
}