public function PollChoiceTranslationMetadataWrapper::setCreatedTime in Poll 8
Sets the translation creation timestamp.
The metadata field will be updated, only if it's translatable.
Parameters
int $timestamp: The UNIX timestamp of when the translation was created.
Return value
$this
Overrides ContentTranslationMetadataWrapper::setCreatedTime
File
- src/
PollChoiceTranslationMetadataWrapper.php, line 79
Class
- PollChoiceTranslationMetadataWrapper
- Base class for content translation metadata wrappers.
Namespace
Drupal\pollCode
public function setCreatedTime($timestamp) {
return $this;
}