You are here

protected function FeedsBatchBatch::batchSet in Feeds 8.3

Adds a new batch.

Parameters

array $batch_definition: An associative array defining the batch.

1 call to FeedsBatchBatch::batchSet()
FeedsBatchBatch::run in src/FeedsBatchBatch.php
Runs the batch.

File

src/FeedsBatchBatch.php, line 20

Class

FeedsBatchBatch
A batch task for the batch API.

Namespace

Drupal\feeds

Code

protected function batchSet(array $batch_definition) {
  return batch_set($batch_definition);
}