You are here

public function FeedsFileFetcherResult::getRaw in Feeds 7.2

Overrides parent::getRaw().

Overrides FeedsFetcherResult::getRaw

File

plugins/FeedsFileFetcher.inc, line 25
Home of the FeedsFileFetcher and related classes.

Class

FeedsFileFetcherResult
Definition of the import batch object created on the fetching stage by FeedsFileFetcher.

Code

public function getRaw() {
  return $this
    ->sanitizeRaw(file_get_contents($this->file_path));
}