public function EntityTranslationHandlerInterface::getTranslations in Entity Translation 7
Returns the translation data for the current (wrapped) entity.
1 method overrides EntityTranslationHandlerInterface::getTranslations()
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();