You are here

protected property SecurityAdvisoriesFetcher::$httpClient in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher::httpClient

The HTTP client.

Type: \GuzzleHttp\Client

File

core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php, line 41

Class

SecurityAdvisoriesFetcher
Defines a service to get security advisories.

Namespace

Drupal\system\SecurityAdvisories

Code

protected $httpClient;