public function PollChoiceTranslationMetadataWrapper::getCreatedTime in Poll 8
Returns the translation creation timestamp.
Return value
int The UNIX timestamp of when the translation was created.
Overrides ContentTranslationMetadataWrapper::getCreatedTime
File
- src/
PollChoiceTranslationMetadataWrapper.php, line 72
Class
- PollChoiceTranslationMetadataWrapper
- Base class for content translation metadata wrappers.
Namespace
Drupal\pollCode
public function getCreatedTime() {
return NULL;
}