You are here

public function EntityTranslationHandlerInterface::initTranslations in Entity Translation 7

Initializes the translation set by creating the original translation.

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

File

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

Class

EntityTranslationHandlerInterface
Interface for enabling entity translation.

Code

public function initTranslations();