You are here

public function PollChoiceTranslationMetadataWrapper::setChangedTime in Poll 8

Sets the translation modification timestamp.

The metadata field will be updated, only if it's translatable.

Parameters

int $timestamp: The UNIX timestamp of when the translation was last modified.

Return value

$this

Overrides ContentTranslationMetadataWrapper::setChangedTime

File

src/PollChoiceTranslationMetadataWrapper.php, line 93

Class

PollChoiceTranslationMetadataWrapper
Base class for content translation metadata wrappers.

Namespace

Drupal\poll

Code

public function setChangedTime($timestamp) {
  return $this;
}