You are here

public function EntityTranslationHandlerInterface::saveTranslations in Entity Translation 7

Writes the translation status to the storage.

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

File

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

Class

EntityTranslationHandlerInterface
Interface for enabling entity translation.

Code

public function saveTranslations();