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()
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);