You are here

public function FeedsFileFetcherResult::getFilePath in Feeds 7.2

Overrides parent::getFilePath().

Overrides FeedsFetcherResult::getFilePath

File

plugins/FeedsFileFetcher.inc, line 32
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 getFilePath() {
  $this
    ->checkFile();
  return $this
    ->sanitizeFile($this->file_path);
}