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