You are here

public function EntityTranslationCommentHandler::entityFormLanguageWidgetSubmit in Entity Translation 7

Overrides EntityTranslationDefaultHandler::entityFormLanguageWidgetSubmit

See also

EntityTranslationDefaultHandler::entityFormLanguageWidgetSubmit()

File

includes/translation.handler.comment.inc, line 30
Comment translation handler for the entity translation module.

Class

EntityTranslationCommentHandler
Comment translation handler.

Code

public function entityFormLanguageWidgetSubmit($form, &$form_state) {
  $this
    ->updateFormLanguage($form_state);
}