You are here

public function EntityTranslationDefaultHandler::getViewPath in Entity Translation 7

Overrides EntityTranslationHandlerInterface::getViewPath

See also

EntityTranslationHandlerInterface::getViewPath()

File

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

Class

EntityTranslationDefaultHandler
Class implementing the default entity translation behaviours.

Code

public function getViewPath() {
  return $this->viewPath;
}