You are here

public function EntityTranslationHandlerInterface::setTranslating in Entity Translation 7

Notifies the translation handler that its entity is being translated.

Parameters

$translating: A boolean value.

Deprecated

This is no longer used and will be removed before the first stable release.

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

File

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

Class

EntityTranslationHandlerInterface
Interface for enabling entity translation.

Code

public function setTranslating($translating);