You are here

public function EntityTranslationHandlerInterface::getEditPath in Entity Translation 7

Returns the path of the entity edit form.

Parameters

$langcode: (optional) The language the edit form should be presented in.

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

File

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

Class

EntityTranslationHandlerInterface
Interface for enabling entity translation.

Code

public function getEditPath($langcode = NULL);