Interface for the translation.manager translation service.
Hierarchy
- interface \Drupal\Core\StringTranslation\TranslationInterface
Related topics
- Internationalization
- Internationalization and translation
File
- core/lib/Drupal/Core/StringTranslation/TranslationInterface.php, line 10
Namespace
Drupal\Core\StringTranslation
Members
Name | Modifiers | Type | Description |
---|---|---|---|
TranslationInterface::formatPlural | public | function | Formats a string containing a count of items. |
TranslationInterface::translate | public | function | Translates a string to the current language or to a given language. |
TranslationInterface::translateString | public | function | Translates a TranslatableMarkup object to a string. |
Please login to continue.