function Module::getRootDirectoryRelativePath

Same name in other branches
  1. 9 core/lib/Drupal/Core/Updater/Module.php \Drupal\Core\Updater\Module::getRootDirectoryRelativePath()
  2. 8.9.x 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 43

Class

Module
Defines a class for updating modules.

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.