You are here

public function EntityTranslationHandlerInterface::setFactory in Entity Translation 7

Injects the translation handler factory.

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

File

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

Class

EntityTranslationHandlerInterface
Interface for enabling entity translation.

Code

public function setFactory(EntityTranslationHandlerFactory $factory);