You are here

protected property FeedImportProcessor::$report in Feed Import 7.3

File

feed_import_base/inc/feed_import.inc, line 646
This file contains Feed Import helpers.

Class

FeedImportProcessor
Class that processess the import.

Code

protected $report = array(
  'total' => 0,
  'updated' => 0,
  'new' => 0,
  'rescheduled' => 0,
  'skipped' => 0,
  'protected' => 0,
  'protected_skipped' => 0,
  'missing' => 0,
  'started' => 0,
  'finished' => 0,
  'errors' => array(),
);