You are here

public function FeedsSource::importer in Feeds 8.2

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

File

lib/Drupal/feeds/FeedsSource.php, line 92
Definition of FeedsSourceInterface and FeedsSource class.

Class

FeedsSource
This class encapsulates a source of a feed. It stores where the feed can be found and how to import it.

Namespace

Drupal\feeds

Code

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