You are here

protected property UrlResolver::$httpClient in Drupal 8

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

The HTTP client.

Type: \GuzzleHttp\Client

File

core/modules/media/src/OEmbed/UrlResolver.php, line 25

Class

UrlResolver
Converts oEmbed media URLs into endpoint-specific resource URLs.

Namespace

Drupal\media\OEmbed

Code

protected $httpClient;