You are here

public function TMGMTTranslatorPluginControllerInterface::getDefaultRemoteLanguagesMappings in Translation Management Tool 7

Specifies default mappings for local to remote language codes.

This method can be used in case we know in advance what language codes are used by the remote translator and to which local language codes they correspond.

Return value

array An array of local => remote language codes.

Related topics

1 method overrides TMGMTTranslatorPluginControllerInterface::getDefaultRemoteLanguagesMappings()
TMGMTDefaultTranslatorPluginController::getDefaultRemoteLanguagesMappings in plugin/tmgmt.plugin.translator.inc
Specifies default mappings for local to remote language codes.

File

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

Class

TMGMTTranslatorPluginControllerInterface
Interface for service plugin controllers.

Code

public function getDefaultRemoteLanguagesMappings();