You are here

public function EntityTranslationHandlerInterface::loadTranslations in Entity Translation 7

Loads the translation data into the wrapped entity.

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

File

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

Class

EntityTranslationHandlerInterface
Interface for enabling entity translation.

Code

public function loadTranslations();