protected function EntityTranslationDefaultHandler::menuForm in Entity Translation 7
Performs alterations to the menu widget if available.
1 call to EntityTranslationDefaultHandler::menuForm()
1 method overrides EntityTranslationDefaultHandler::menuForm()
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.
}