public functionrollback(array $destination_identifier) {
// We want to delete the entity and all the translations so use// Entity:rollback because EntityContentBase::rollback will not remove the// default translation.Entity::rollback($destination_identifier);
}