Overrides ContentTranslationMetadataWrapperInterface::setPublished
public function setPublished($published) { $field_name = $this->translation ->hasField('content_translation_status') ? 'content_translation_status' : 'status'; $this->setFieldOnlyIfTranslatable($field_name, $published); return $this; }