public function EntityTranslationHandlerInterface::getFormLanguage in Entity Translation 7
Retrieves the active form language.
Return value
string The active form language code.
Deprecated
in 7.x-1.0-beta6, will be removed before 7.x-1.0. Use ::getActiveLanguage() instead.
See also
::getActiveLanguage()
1 method overrides EntityTranslationHandlerInterface::getFormLanguage()
- EntityTranslationDefaultHandler::getFormLanguage in includes/
translation.handler.inc - Retrieves the active form language.
File
- includes/
translation.handler.inc, line 155 - Default translation handler for the translation module.
Class
- EntityTranslationHandlerInterface
- Interface for enabling entity translation.
Code
public function getFormLanguage();