You are here

public function EntityTranslationHandlerInterface::setOutdated in Entity Translation 7

Sets the translation update status.

Parameters

$outdated: A boolean value.

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

File

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

Class

EntityTranslationHandlerInterface
Interface for enabling entity translation.

Code

public function setOutdated($outdated);