You are here

public function EntityTranslationDefaultHandler::getTranslatePath in Entity Translation 7

Overrides EntityTranslationHandlerInterface::getTranslatePath

See also

EntityTranslationHandlerInterface::getTranslatePath()

File

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

Class

EntityTranslationDefaultHandler
Class implementing the default entity translation behaviours.

Code

public function getTranslatePath() {
  return $this->translatePath;
}