abstract public function FeedsProcessor::process in Feeds 6
Same name and namespace in other branches
- 7.2 plugins/FeedsProcessor.inc \FeedsProcessor::process()
 - 7 plugins/FeedsProcessor.inc \FeedsProcessor::process()
 
Process the result of the parser or previous processors. Extending classes must implement this method.
Parameters
FeedsImportBatch $batch: The current feed import data passed in from the parsing stage.
FeedsSource $source: Source information about this import.
5 methods override FeedsProcessor::process()
- FeedsDataProcessor::process in plugins/
FeedsDataProcessor.inc  - Implementation of FeedsProcessor::process().
 - FeedsFeedNodeProcessor::process in plugins/
FeedsFeedNodeProcessor.inc  - Implementation of FeedsProcessor::process().
 - FeedsNodeProcessor::process in plugins/
FeedsNodeProcessor.inc  - Implementation of FeedsProcessor::process().
 - FeedsTermProcessor::process in plugins/
FeedsTermProcessor.inc  - Implementation of FeedsProcessor::process().
 - FeedsUserProcessor::process in plugins/
FeedsUserProcessor.inc  - Implementation of FeedsProcessor::process().
 
File
- plugins/
FeedsProcessor.inc, line 23  
Class
- FeedsProcessor
 - Abstract class, defines interface for processors.
 
Code
public abstract function process(FeedsImportBatch $batch, FeedsSource $source);