public function EntityTranslationHandlerInterface::isTranslating in Entity Translation 7
Returns TRUE if the entity is currently being translated.
Deprecated
This is no longer used and will be removed before the first stable release.
1 method overrides EntityTranslationHandlerInterface::isTranslating()
File
- includes/
translation.handler.inc, line 181 - Default translation handler for the translation module.
Class
- EntityTranslationHandlerInterface
- Interface for enabling entity translation.
Code
public function isTranslating();