Interface for objects capable of string translation.
Hierarchy
- interface \Drupal\Core\StringTranslation\Translator\TranslatorInterface
File
- core/lib/Drupal/Core/StringTranslation/Translator/TranslatorInterface.php, line 8
Namespace
Drupal\Core\StringTranslation\Translator
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| TranslatorInterface::getStringTranslation | public | function | Retrieves English string to given language. |
| TranslatorInterface::reset | public | function | Resets translation cache. |
Please login to continue.