You are here

public function FetchEvent::getFetcherResult in Feeds 8.3

Returns the fetcher result.

Return value

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

File

src/Event/FetchEvent.php, line 25

Class

FetchEvent
Fired to begin fetching.

Namespace

Drupal\feeds\Event

Code

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