You are here

public function EntityTranslationDefaultHandler::getPathScheme in Entity Translation 7

Overrides EntityTranslationHandlerInterface::getPathScheme

See also

EntityTranslationHandlerInterface::getPathScheme()

File

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

Class

EntityTranslationDefaultHandler
Class implementing the default entity translation behaviours.

Code

public function getPathScheme() {
  return $this->pathScheme;
}