You are here

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\poll

Code

public function getCreatedTime() {
  return NULL;
}