public function EntityTranslationHandlerInterface::getEntity in Entity Translation 7
Returns the wrapped entity.
Parameters
return: The wrapped entity.
1 method overrides EntityTranslationHandlerInterface::getEntity()
File
- includes/
translation.handler.inc, line 218 - Default translation handler for the translation module.
Class
- EntityTranslationHandlerInterface
- Interface for enabling entity translation.
Code
public function getEntity();