function TranslatorInterface::getStringTranslation
Retrieves English string to given language.
Parameters
string $langcode: Language code to translate to.
string $string: The source string.
string $context: The string context.
Return value
string|false Translated string if there is a translation, FALSE if not.
3 methods override TranslatorInterface::getStringTranslation()
- LocaleTranslation::getStringTranslation in core/
modules/ locale/ src/ LocaleTranslation.php  - Retrieves English string to given language.
 - StaticTranslation::getStringTranslation in core/
lib/ Drupal/ Core/ StringTranslation/ Translator/ StaticTranslation.php  - Retrieves English string to given language.
 - TranslationManager::getStringTranslation in core/
lib/ Drupal/ Core/ StringTranslation/ TranslationManager.php  - Retrieves English string to given language.
 
File
- 
              core/
lib/ Drupal/ Core/ StringTranslation/ Translator/ TranslatorInterface.php, line 23  
Class
- TranslatorInterface
 - Interface for objects capable of string translation.
 
Namespace
Drupal\Core\StringTranslation\TranslatorCode
public function getStringTranslation($langcode, $string, $context);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.