public function EntityTranslationHandlerInterface::addChild in Entity Translation 7
Registers a child translation handler for the given entity.
1 method overrides EntityTranslationHandlerInterface::addChild()
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);