public function EntityTranslationHandlerInterface::removeChild in Entity Translation 7
Removes a previously registered child translation handler.
1 method overrides EntityTranslationHandlerInterface::removeChild()
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);