public function TranslationsStreamWrapper::getDirectoryPath in Localization update 7.2
Implements abstract public function getDirectoryPath().
Overrides DrupalLocalStreamWrapper::getDirectoryPath
File
- includes/
locale/ TranslationsStreamWrapper.php, line 17 - Definition of TranslationStreamWrapper.
Class
- TranslationsStreamWrapper
- A Drupal interface translations (translations://) stream wrapper class.
Code
public function getDirectoryPath() {
return variable_get('l10n_update_download_store', L10N_UPDATE_DEFAULT_TRANSLATION_PATH);
}