You are here

public function EntityTranslationHandlerInterface::getSourceLanguage in Entity Translation 7

Retrieves the source language for the translation being created.

1 method overrides EntityTranslationHandlerInterface::getSourceLanguage()
EntityTranslationDefaultHandler::getSourceLanguage in includes/translation.handler.inc

File

includes/translation.handler.inc, line 339
Default translation handler for the translation module.

Class

EntityTranslationHandlerInterface
Interface for enabling entity translation.

Code

public function getSourceLanguage();