You are here

public function FeedInterface::progressParsing in Feeds 8.3

Reports the progress of the parsing stage.

Return value

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

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

File

src/FeedInterface.php, line 204

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function progressParsing();