You are here

public function FeedInterface::startBatchExpire in Feeds 8.3

Removes all expired items from a feed via batch api.

Throws

\Exception Re-throws any exception that bubbles up.

1 method overrides FeedInterface::startBatchExpire()
Feed::startBatchExpire in src/Entity/Feed.php
Removes all expired items from a feed via batch api.

File

src/FeedInterface.php, line 166

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function startBatchExpire();