You are here

protected property FeedsSource::$importer in Feeds 7.2

Same name and namespace in other branches
  1. 6 includes/FeedsSource.inc \FeedsSource::importer
  2. 7 includes/FeedsSource.inc \FeedsSource::importer

The FeedsImporter object that this source is expected to be used with.

Type: FeedsImporter

File

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

Class

FeedsSource
Holds the source of a feed to import.

Code

protected $importer;