You are here

public function FeedInterface::progressImporting in Feeds 8.3

Reports the progress of the import process.

Return value

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

1 method overrides FeedInterface::progressImporting()
Feed::progressImporting in src/Entity/Feed.php
Reports the progress of the import process.

File

src/FeedInterface.php, line 212

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function progressImporting();