if(!$this->hasCreatedTime()){ $definitions['content_translation_created'] = BaseFieldDefinition::create('created') ->setLabel(t('Translation created time')) ->setDescription(t('The Unix timestamp when the translation was created.')) ->setRevisionable(TRUE) ->setTranslatable(TRUE); }
if(!$this->hasChangedTime()){ $definitions['content_translation_changed'] = BaseFieldDefinition::create('changed') ->setLabel(t('Translation changed time')) ->setDescription(t('The Unix timestamp when the translation was most recently saved.'))