TranslationsStream::getDirectoryPath

TranslationsStream::getDirectoryPath()

Gets the path that the wrapper is responsible for.

@todo Review this method name in D8 per https://www.drupal.org/node/701358.

Return value

string String specifying the path.

Overrides LocalStream::getDirectoryPath

File

core/modules/locale/src/StreamWrapper/TranslationsStream.php, line 39

Class

TranslationsStream
Defines a Drupal translations (translations://) stream wrapper class.

Namespace

Drupal\locale\StreamWrapper

Code

function getDirectoryPath() {
  return \Drupal::config('locale.settings')->get('translation.path');
}
doc_Drupal
2016-10-29 09:49:20
Comments
Leave a Comment

Please login to continue.