public function EntityTranslationHandlerInterface::removeTranslations in Entity Translation 7
Removes all translations from the translation set.
1 method overrides EntityTranslationHandlerInterface::removeTranslations()
File
- includes/
translation.handler.inc, line 78 - Default translation handler for the translation module.
Class
- EntityTranslationHandlerInterface
- Interface for enabling entity translation.
Code
public function removeTranslations();