You are here

public function FeedsSource::progressExpiring in Feeds 8.2

Report progress on expiry.

1 call to FeedsSource::progressExpiring()
FeedsSource::scheduleExpire in lib/Drupal/feeds/FeedsSource.php
Schedule background expire tasks.

File

lib/Drupal/feeds/FeedsSource.php, line 384
Definition of FeedsSourceInterface and FeedsSource class.

Class

FeedsSource
This class encapsulates a source of a feed. It stores where the feed can be found and how to import it.

Namespace

Drupal\feeds

Code

public function progressExpiring() {
  return $this
    ->state(FEEDS_PROCESS_EXPIRE)->progress;
}