public function TranslatorInterface::getRemoteLanguagesMappings in Translation Management Tool 8
Gets existing remote languages mappings.
This method is responsible to provide all local to remote language pairs.
Return value
array An array of local => remote language codes
Related topics
1 method overrides TranslatorInterface::getRemoteLanguagesMappings()
- Translator::getRemoteLanguagesMappings in src/
Entity/ Translator.php - Gets existing remote languages mappings.
File
- src/
TranslatorInterface.php, line 197
Class
- TranslatorInterface
- Interface for the tmgmt_translator entity.
Namespace
Drupal\tmgmtCode
public function getRemoteLanguagesMappings();