public function FeedsFileBatch::getRaw in Feeds 7
Same name and namespace in other branches
- 6 plugins/FeedsFileFetcher.inc \FeedsFileBatch::getRaw()
Implements FeedsImportBatch::getRaw();
Overrides FeedsImportBatch::getRaw
File
- plugins/
FeedsFileFetcher.inc, line 24 - Home of the FeedsFileFetcher and related classes.
Class
- FeedsFileBatch
- Definition of the import batch object created on the fetching stage by FeedsFileFetcher.
Code
public function getRaw() {
return file_get_contents($this->file_path);
}