public function TranslatorInterface::getSupportedTargetLanguages in Translation Management Tool 8
Returns the supported target languages for this translator.
Parameters
string $source_language: The local source language.
Return value
array An array of supported target languages in ISO format.
1 method overrides TranslatorInterface::getSupportedTargetLanguages()
- Translator::getSupportedTargetLanguages in src/
Entity/ Translator.php - Returns the supported target languages for this translator.
File
- src/
TranslatorInterface.php, line 130
Class
- TranslatorInterface
- Interface for the tmgmt_translator entity.
Namespace
Drupal\tmgmtCode
public function getSupportedTargetLanguages($source_language);