You are here

public function FeedInterface::progressExpiring in Feeds 8.3

Reports progress on expiry.

Return value

float A float between 0 and 1. 1 = StateInterface::BATCH_COMPLETE.

1 method overrides FeedInterface::progressExpiring()
Feed::progressExpiring in src/Entity/Feed.php
Reports progress on expiry.

File

src/FeedInterface.php, line 236

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function progressExpiring();