You are here

protected function EntityTranslationDefaultHandler::getEntityId in Entity Translation 7

Returns the entity identifier.

3 calls to EntityTranslationDefaultHandler::getEntityId()
EntityTranslationDefaultHandler::getPathInstance in includes/translation.handler.inc
Returns an instance of the given path.
EntityTranslationDefaultHandler::isNewEntity in includes/translation.handler.inc
EntityTranslationDefaultHandler::removeTranslation in includes/translation.handler.inc

File

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

Class

EntityTranslationDefaultHandler
Class implementing the default entity translation behaviours.

Code

protected function getEntityId() {
  return $this->entityId;
}