You are here

public function FeedsBatchInterface::run in Feeds 8.3

Runs the batch.

Return value

$this An instance of this class.

3 methods override FeedsBatchInterface::run()
FeedsBatchBatch::run in src/FeedsBatchBatch.php
Runs the batch.
FeedsDirectBatch::run in src/FeedsDirectBatch.php
Runs the batch.
FeedsQueueBatch::run in src/FeedsQueueBatch.php
Runs the batch.

File

src/FeedsBatchInterface.php, line 29

Class

FeedsBatchInterface
Interface for Feeds batched tasks.

Namespace

Drupal\feeds

Code

public function run();