public function EntityTranslationHandlerInterface::initOriginalTranslation in Entity Translation 7
Initialize the language of the original field values.
Ensure that the original translation language matches the language assigned to the original field values.
Return value
TRUE if any initialization was necessary, FALSE otherwise.
1 method overrides EntityTranslationHandlerInterface::initOriginalTranslation()
File
- includes/
translation.handler.inc, line 94 - Default translation handler for the translation module.
Class
- EntityTranslationHandlerInterface
- Interface for enabling entity translation.
Code
public function initOriginalTranslation();