You are here

public function EntityTranslationHandlerInterface::localTasksAlter in Entity Translation 7

Alters the local tasks render array to populate the language tabs.

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

File

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

Class

EntityTranslationHandlerInterface
Interface for enabling entity translation.

Code

public function localTasksAlter(&$data, $router_item, $root_path);