You are here

public function EntityTranslationHandlerInterface::getTranslations in Entity Translation 7

Returns the translation data for the current (wrapped) entity.

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

File

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

Class

EntityTranslationHandlerInterface
Interface for enabling entity translation.

Code

public function getTranslations();