You are here

public function FeedsHTTPFetcherResult::setTimeout in Feeds 8.2

File

lib/Drupal/feeds/FeedsHTTPFetcherResult.php, line 37

Class

FeedsHTTPFetcherResult
Result of FeedsHTTPFetcher::fetch().

Namespace

Drupal\feeds

Code

public function setTimeout($timeout) {
  $this->timeout = $timeout;
}