You are here

public function FeedsSource::importer in Feeds 7.2

Returns the FeedsImporter object for this source.

Return value

FeedsImporter The importer associated with this Feeds source.

File

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

Class

FeedsSource
Holds the source of a feed to import.

Code

public function importer() {
  return $this->importer;
}