You are here

protected function FeedHandlerBase::batchSet in Feeds 8.3

Adds a new batch.

Parameters

array $batch_definition: An associative array defining the batch.

2 calls to FeedHandlerBase::batchSet()
FeedClearHandler::startBatchClear in src/FeedClearHandler.php
FeedExpireHandler::startBatchExpire in src/FeedExpireHandler.php
Starts a batch for expiring items.

File

src/FeedHandlerBase.php, line 49

Class

FeedHandlerBase
Provides a base class for entity handlers.

Namespace

Drupal\feeds

Code

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