public function EntityTranslationDefaultHandler::getEntityType in Entity Translation 7
Overrides EntityTranslationHandlerInterface::getEntityType
See also
EntityTranslationHandlerInterface::getEntityType()
1 call to EntityTranslationDefaultHandler::getEntityType()
File
- includes/
translation.handler.inc, line 1031 - Default translation handler for the translation module.
Class
- EntityTranslationDefaultHandler
- Class implementing the default entity translation behaviours.
Code
public function getEntityType() {
return $this->entityType;
}