You are here

public function EntityTranslationHandlerInterface::removeTranslation in Entity Translation 7

Removes a translation from the translation set.

Parameters

$langcode: The language code of the translation to be removed.

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

File

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

Class

EntityTranslationHandlerInterface
Interface for enabling entity translation.

Code

public function removeTranslation($langcode);