You are here

public function EntityTranslationDefaultHandler::removeTranslations in Entity Translation 7

Overrides EntityTranslationHandlerInterface::removeTranslations

See also

EntityTranslationHandlerInterface::removeTranslations()

File

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

Class

EntityTranslationDefaultHandler
Class implementing the default entity translation behaviours.

Code

public function removeTranslations() {
  $this
    ->removeTranslation(NULL);
}