You are here

protected property Download::$httpClient in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate/src/Plugin/migrate/process/Download.php \Drupal\migrate\Plugin\migrate\process\Download::httpClient

The Guzzle HTTP Client service.

Type: \GuzzleHttp\Client

File

core/modules/migrate/src/Plugin/migrate/process/Download.php, line 73

Class

Download
Downloads a file from a HTTP(S) remote location into the local file system.

Namespace

Drupal\migrate\Plugin\migrate\process

Code

protected $httpClient;