You are here

public function EntityTranslationHandlerInterface::getTranslationAccess in Entity Translation 7

Checks if a user is allowed to edit the given translation.

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

File

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

Class

EntityTranslationHandlerInterface
Interface for enabling entity translation.

Code

public function getTranslationAccess($langcode);