You are here

public function EntityTranslationHandlerInterface::getActiveLanguage in Entity Translation 7

Returns the active language.

Return value

string The active language for the wrapped entity.

See also

::setActiveLanguage()

1 method overrides EntityTranslationHandlerInterface::getActiveLanguage()
EntityTranslationDefaultHandler::getActiveLanguage in includes/translation.handler.inc
Returns the active language.

File

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

Class

EntityTranslationHandlerInterface
Interface for enabling entity translation.

Code

public function getActiveLanguage();