You are here

protected property DefaultFetcher::$httpClientFactory in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php \Drupal\aggregator\Plugin\aggregator\fetcher\DefaultFetcher::httpClientFactory

The HTTP client to fetch the feed data with.

Type: \Drupal\Core\Http\ClientFactory

File

core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php, line 41
Contains \Drupal\aggregator\Plugin\aggregator\fetcher\DefaultFetcher.

Class

DefaultFetcher
Defines a default fetcher implementation.

Namespace

Drupal\aggregator\Plugin\aggregator\fetcher

Code

protected $httpClientFactory;