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