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\EntityCode
public function getPreprocess() {
return $this->preprocess;
}