You are here

protected property UpdateFetcher::$httpClient in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/update/src/UpdateFetcher.php \Drupal\update\UpdateFetcher::httpClient

The HTTP client to fetch the feed data with.

Type: \GuzzleHttp\ClientInterface

File

core/modules/update/src/UpdateFetcher.php, line 46
Contains \Drupal\update\UpdateFetcher.

Class

UpdateFetcher
Fetches project information from remote locations.

Namespace

Drupal\update

Code

protected $httpClient;