public function EntityTranslationHandlerInterface::entityForm in Entity Translation 7
Performs the needed alterations to the entity form.
1 method overrides EntityTranslationHandlerInterface::entityForm()
File
- includes/
translation.handler.inc, line 354 - Default translation handler for the translation module.
Class
- EntityTranslationHandlerInterface
- Interface for enabling entity translation.
Code
public function entityForm(&$form, &$form_state);