You are here

protected property FeedsSource::$state in Feeds 7.2

Holds the current state of an import, clear or expire task.

Array keys can be:

  • FEEDS_START Timestamp of when a task has started.
  • FEEDS_FETCH A FeedsState object holding the state of the fetch stage, used during imports.
  • FEEDS_PARSE A FeedsState object holding the state of the parse stage, used during imports.
  • FEEDS_PROCESS A FeedsState object holding the state of the process stage, used during imports.
  • FEEDS_PROCESS_CLEAR A FeedsState object holding the state of the clear task.
  • FEEDS_PROCESS_EXPIRE A FeedsState object holding the state of the expire task.

Type: FeedsState[]|array|null

File

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

Class

FeedsSource
Holds the source of a feed to import.

Code

protected $state;