TranslatorInterface::getStringTranslation

public TranslatorInterface::getStringTranslation($langcode, $string, $context)

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.

File

core/lib/Drupal/Core/StringTranslation/Translator/TranslatorInterface.php, line 23

Class

TranslatorInterface
Interface for objects capable of string translation.

Namespace

Drupal\Core\StringTranslation\Translator

Code

public function getStringTranslation($langcode, $string, $context);
doc_Drupal
2016-10-29 09:49:28
Comments
Leave a Comment

Please login to continue.