public function FetchEvent::setFetcherResult in Feeds 8.3
Sets the fetcher result.
Parameters
\Drupal\feeds\Result\FetcherResultInterface $result: The fetcher result.
File
- src/
Event/ FetchEvent.php, line 35
Class
- FetchEvent
- Fired to begin fetching.
Namespace
Drupal\feeds\EventCode
public function setFetcherResult(FetcherResultInterface $result) {
$this->fetcherResult = $result;
}