You are here

public function EntityTranslationHandlerInterface::addChild in Entity Translation 7

Registers a child translation handler for the given entity.

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

File

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

Class

EntityTranslationHandlerInterface
Interface for enabling entity translation.

Code

public function addChild($entity_type, $entity);