public function EntityTranslationHandlerInterface::isRevision in Entity Translation 7
Return TRUE if a new revision of the entity has just been created.
1 method overrides EntityTranslationHandlerInterface::isRevision()
File
- includes/
translation.handler.inc, line 197 - Default translation handler for the translation module.
Class
- EntityTranslationHandlerInterface
- Interface for enabling entity translation.
Code
public function isRevision();