public function EntityTranslationHandlerInterface::setOutdated in Entity Translation 7
Sets the translation update status.
Parameters
$outdated: A boolean value.
1 method overrides EntityTranslationHandlerInterface::setOutdated()
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);