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