public function EntityTranslationHandlerInterface::entityFormLanguageWidgetSubmit in Entity Translation 7
Performs submission tasks on the submitted entity language.
1 method overrides EntityTranslationHandlerInterface::entityFormLanguageWidgetSubmit()
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);