You are here

public function ParseEvent::getFetcherResult in Feeds 8.3

Returns the fetcher result.

Return value

\Drupal\feeds\Result\FetcherResultInterface The fetcher result.

File

src/Event/ParseEvent.php, line 47

Class

ParseEvent
Fired to begin parsing.

Namespace

Drupal\feeds\Event

Code

public function getFetcherResult() {
  return $this->fetcherResult;
}