You are here

public function FeedInterface::startBatchClear in Feeds 8.3

Start deleting all imported items of a feed via the batch API.

Throws

\Exception If processing in background is enabled, the first batch chunk of the clear task will be executed on the current page request.

1 method overrides FeedInterface::startBatchClear()
Feed::startBatchClear in src/Entity/Feed.php
Start deleting all imported items of a feed via the batch API.

File

src/FeedInterface.php, line 140

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function startBatchClear();