public function RestClient::getHttpClientOptions in Salesforce Suite 8.3
Same name and namespace in other branches
- 8.4 src/Rest/RestClient.php \Drupal\salesforce\Rest\RestClient::getHttpClientOptions()
- 5.0.x src/Rest/RestClient.php \Drupal\salesforce\Rest\RestClient::getHttpClientOptions()
Getter for HTTP client options.
Return value
mixed The client options from guzzle.
Overrides RestClientInterface::getHttpClientOptions
File
- src/
Rest/ RestClient.php, line 304
Class
- RestClient
- Objects, properties, and methods to communicate with the Salesforce REST API.
Namespace
Drupal\salesforce\RestCode
public function getHttpClientOptions() {
return $this->httpClientOptions;
}