You are here

protected function EntityTranslationDefaultHandler::menuForm in Entity Translation 7

Performs alterations to the menu widget if available.

1 call to EntityTranslationDefaultHandler::menuForm()
EntityTranslationDefaultHandler::entityForm in includes/translation.handler.inc
1 method overrides EntityTranslationDefaultHandler::menuForm()
EntityTranslationNodeHandler::menuForm in includes/translation.handler.node.inc

File

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

Class

EntityTranslationDefaultHandler
Class implementing the default entity translation behaviours.

Code

protected function menuForm(&$form, &$form_state) {

  // By default do nothing: only nodes are currently supported.
}