public function EntityTranslationHandlerInterface::removeRevisionTranslations in Entity Translation 7
Removes all translations from the current revision.
1 method overrides EntityTranslationHandlerInterface::removeRevisionTranslations()
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();