public function EntityTranslationHandlerInterface::getBasePath in Entity Translation 7
Returns the base path for the current entity.
This path will be prepended to the URL of any administration page.
Return value
A string to be used as a URL path prefix.
1 method overrides EntityTranslationHandlerInterface::getBasePath()
File
- includes/
translation.handler.inc, line 254 - Default translation handler for the translation module.
Class
- EntityTranslationHandlerInterface
- Interface for enabling entity translation.
Code
public function getBasePath();