You are here

public function FeedInterface::progressFetching in Feeds 8.3

Reports the progress of the fetching stage.

Return value

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

1 method overrides FeedInterface::progressFetching()
Feed::progressFetching in src/Entity/Feed.php
Reports the progress of the fetching stage.

File

src/FeedInterface.php, line 196

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function progressFetching();