You are here

public function EntityTranslationHandlerInterface::setPathScheme in Entity Translation 7

Changes the active path scheme.

Parameters

$scheme: The new path scheme.

1 method overrides EntityTranslationHandlerInterface::setPathScheme()
EntityTranslationDefaultHandler::setPathScheme in includes/translation.handler.inc

File

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

Class

EntityTranslationHandlerInterface
Interface for enabling entity translation.

Code

public function setPathScheme($scheme);