You are here

public function EntityTranslationDefaultHandler::isTranslating in Entity Translation 7

Overrides EntityTranslationHandlerInterface::isTranslating

See also

EntityTranslationHandlerInterface::isTranslating()

File

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

Class

EntityTranslationDefaultHandler
Class implementing the default entity translation behaviours.

Code

public function isTranslating() {
  return $this->translating;
}