public function FeedImporterInterface::getPreprocess in Feed Import 8
Returns name of preprocess function for the importer.
1 method overrides FeedImporterInterface::getPreprocess()
- FeedImporter::getPreprocess in feed_import_base/
src/ Entity/ FeedImporter.php - Returns name of preprocess function for the importer.
File
- feed_import_base/
src/ FeedImporterInterface.php, line 50
Class
- FeedImporterInterface
- Provides an interface defining an Example entity.
Namespace
Drupal\feed_import_baseCode
public function getPreprocess();