You are here

protected property OEmbed::$httpClient in Drupal 8

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

The HTTP client.

Type: \GuzzleHttp\Client

File

core/modules/media/src/Plugin/media/Source/OEmbed.php, line 96

Class

OEmbed
Provides a media source plugin for oEmbed resources.

Namespace

Drupal\media\Plugin\media\Source

Code

protected $httpClient;