You are here

protected property ResourceFetcher::$httpClient in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/media/src/OEmbed/ResourceFetcher.php \Drupal\media\OEmbed\ResourceFetcher::httpClient

The HTTP client.

Type: \GuzzleHttp\Client

File

core/modules/media/src/OEmbed/ResourceFetcher.php, line 23

Class

ResourceFetcher
Fetches and caches oEmbed resources.

Namespace

Drupal\media\OEmbed

Code

protected $httpClient;