You are here

public function EntityTranslationHandlerInterface::removeChild in Entity Translation 7

Removes a previously registered child translation handler.

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

File

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

Class

EntityTranslationHandlerInterface
Interface for enabling entity translation.

Code

public function removeChild($entity_type, $entity);