You are here

public function FeedsFileBatch::getRaw in Feeds 6

Same name and namespace in other branches
  1. 7 plugins/FeedsFileFetcher.inc \FeedsFileBatch::getRaw()

Implementation of FeedsImportBatch::getRaw();

Overrides FeedsImportBatch::getRaw

File

plugins/FeedsFileFetcher.inc, line 26
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(realpath($this->file_path));
}