public function EntityTranslationHandlerInterface::entityFormSharedElements in Entity Translation 7
Handle shared form elements.
1 method overrides EntityTranslationHandlerInterface::entityFormSharedElements()
- EntityTranslationDefaultHandler::entityFormSharedElements in includes/
translation.handler.inc - Either remove access or add a translatability clue depending on the current user's "edit translation shared fields" permissions.
File
- includes/
translation.handler.inc, line 369 - Default translation handler for the translation module.
Class
- EntityTranslationHandlerInterface
- Interface for enabling entity translation.
Code
public function entityFormSharedElements(&$element);