You are here

public function EntityTranslationHandlerInterface::removeRevisionTranslations in Entity Translation 7

Removes all translations from the current revision.

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

File

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

Class

EntityTranslationHandlerInterface
Interface for enabling entity translation.

Code

public function removeRevisionTranslations();