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\EventCode
public function getFetcherResult() {
return $this->fetcherResult;
}