You are here

public function FeedImporter::getPreprocess in Feed Import 8

Returns name of preprocess function for the importer.

Overrides FeedImporterInterface::getPreprocess

File

feed_import_base/src/Entity/FeedImporter.php, line 153

Class

FeedImporter
Defines the Feed Importer entity.

Namespace

Drupal\feed_import_base\Entity

Code

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