You are here

public function Batch::setBatchSettings in Simple XML sitemap 8.2

Parameters

array $batch_settings:

File

src/Batch.php, line 53

Class

Batch
Class Batch @package Drupal\simple_sitemap\Batch

Namespace

Drupal\simple_sitemap

Code

public function setBatchSettings(array $batch_settings) {
  $this->batchSettings = $batch_settings;
}