You are here

public function FeedsSource::progressExpiring in Feeds 7.2

Report progress on expiry.

1 call to FeedsSource::progressExpiring()
FeedsSource::scheduleExpire in includes/FeedsSource.inc
Schedule background expire tasks.

File

includes/FeedsSource.inc, line 718
Definition of FeedsSourceInterface, FeedsState and FeedsSource class.

Class

FeedsSource
Holds the source of a feed to import.

Code

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