You are here

public function EntityTranslationHandlerInterface::entityFormLanguageWidgetSubmit in Entity Translation 7

Performs submission tasks on the submitted entity language.

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

File

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

Class

EntityTranslationHandlerInterface
Interface for enabling entity translation.

Code

public function entityFormLanguageWidgetSubmit($form, &$form_state);