Sets the default values for the batch builder.
public function __construct() { $this->title = new TranslatableMarkup('Processing'); $this->initMessage = new TranslatableMarkup('Initializing.'); $this->progressMessage = new TranslatableMarkup('Completed @current of @total.'); $this->errorMessage = new TranslatableMarkup('An error has occurred.'); }