public function TranslationsStream::getDescription in Drupal 10
Same name and namespace in other branches
- 8 core/modules/locale/src/StreamWrapper/TranslationsStream.php \Drupal\locale\StreamWrapper\TranslationsStream::getDescription()
- 9 core/modules/locale/src/StreamWrapper/TranslationsStream.php \Drupal\locale\StreamWrapper\TranslationsStream::getDescription()
File
- core/
modules/ locale/ src/ StreamWrapper/ TranslationsStream.php, line 32
Class
- TranslationsStream
- Defines a Drupal translations (translations://) stream wrapper class.
Namespace
Drupal\locale\StreamWrapperCode
public function getDescription() {
return t('Translation files');
}