You are here

public function FeedsFileFetcherResult::getRaw in Feeds 8.2

Overrides parent::getRaw().

Overrides FeedsFetcherResult::getRaw

File

lib/Drupal/feeds/FeedsFileFetcherResult.php, line 28
Home of the FeedsFileFetcher and related classes.

Class

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

Namespace

Drupal\feeds

Code

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