public function TranslatorInterface::getSupportedRemoteLanguages in Translation Management Tool 8
Gets all supported languages of the translator plugin.
Return value
array An array of language codes which are provided by the translator plugin (remote language codes).
1 method overrides TranslatorInterface::getSupportedRemoteLanguages()
- Translator::getSupportedRemoteLanguages in src/
Entity/ Translator.php - Gets all supported languages of the translator plugin.
File
- src/
TranslatorInterface.php, line 153
Class
- TranslatorInterface
- Interface for the tmgmt_translator entity.
Namespace
Drupal\tmgmtCode
public function getSupportedRemoteLanguages();