You are here

public function EntityTranslationHandlerInterface::updateTranslations in Entity Translation 7

Updates the translation set from the current entity status.

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

File

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

Class

EntityTranslationHandlerInterface
Interface for enabling entity translation.

Code

public function updateTranslations();