You are here

public function EntityTranslationHandlerInterface::entityFormSubmit in Entity Translation 7

Performs submission tasks on the submitted entity forms.

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

File

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

Class

EntityTranslationHandlerInterface
Interface for enabling entity translation.

Code

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