public function EntityTranslationDefaultHandler::getBasePath in Entity Translation 7
Overrides EntityTranslationHandlerInterface::getBasePath
See also
EntityTranslationHandlerInterface::getBasePath()
File
- includes/
translation.handler.inc, line 1062 - Default translation handler for the translation module.
Class
- EntityTranslationDefaultHandler
- Class implementing the default entity translation behaviours.
Code
public function getBasePath() {
return $this->basePath;
}