You are here

public function FeedsSource::progressClearing in Feeds 7.2

Report progress on clearing.

2 calls to FeedsSource::progressClearing()
FeedsSource::clear in includes/FeedsSource.inc
Remove all items from a feed.
FeedsSource::scheduleClear in includes/FeedsSource.inc
Schedule background clearing tasks.

File

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

Class

FeedsSource
Holds the source of a feed to import.

Code

public function progressClearing() {
  return $this
    ->state(FEEDS_PROCESS_CLEAR)->progress;
}