Overrides ContentTranslationMetadataWrapperInterface::getCreatedTime
public function getCreatedTime() { $field_name = $this->translation ->hasField('content_translation_created') ? 'content_translation_created' : 'created'; return $this->translation ->get($field_name)->value; }