You are here

protected property HttpClientWrapper::$httpClient in Salesforce Suite 8.3

Same name and namespace in other branches
  1. 8.4 src/Client/HttpClientWrapper.php \Drupal\salesforce\Client\HttpClientWrapper::httpClient
  2. 5.0.x src/Client/HttpClientWrapper.php \Drupal\salesforce\Client\HttpClientWrapper::httpClient

Guzzle HTTP Client service.

Type: \GuzzleHttp\ClientInterface

File

src/Client/HttpClientWrapper.php, line 19

Class

HttpClientWrapper
Wraps Guzzle HTTP client for an OAuth ClientInterface.

Namespace

Drupal\salesforce\Client

Code

protected $httpClient;