You are here

public function PollChoiceTranslationMetadataWrapper::setOutdated in Poll 8

Sets the translation outdated status.

Parameters

bool $outdated: TRUE if the translation is outdated, FALSE otherwise.

Return value

$this

Overrides ContentTranslationMetadataWrapper::setOutdated

File

src/PollChoiceTranslationMetadataWrapper.php, line 37

Class

PollChoiceTranslationMetadataWrapper
Base class for content translation metadata wrappers.

Namespace

Drupal\poll

Code

public function setOutdated($outdated) {
  return $this;
}