You are here

public function TMGMTTranslatorPluginControllerInterface::getRemoteLanguagesMappings in Translation Management Tool 7

Gets existing remote languages mappings.

This method is responsible to provide all local to remote language pairs.

Parameters

TMGMTTranslator $translator: Translator entity for which to get mappings.

Return value

array An array of local => remote language codes.

Related topics

1 method overrides TMGMTTranslatorPluginControllerInterface::getRemoteLanguagesMappings()
TMGMTDefaultTranslatorPluginController::getRemoteLanguagesMappings in plugin/tmgmt.plugin.translator.inc
Gets existing remote languages mappings.

File

plugin/tmgmt.plugin.interface.translator.inc, line 110
Contains the source plugin interface.

Class

TMGMTTranslatorPluginControllerInterface
Interface for service plugin controllers.

Code

public function getRemoteLanguagesMappings(TMGMTTranslator $translator);