You are here

protected property ProviderRepository::$httpClient in Drupal 10

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

The HTTP client.

Type: \GuzzleHttp\Client

File

core/modules/media/src/OEmbed/ProviderRepository.php, line 30

Class

ProviderRepository
Retrieves and caches information about oEmbed providers.

Namespace

Drupal\media\OEmbed

Code

protected $httpClient;