You are here

public function RestClientInterface::getHttpClientOption in Salesforce Suite 5.0.x

Same name and namespace in other branches
  1. 8.4 src/Rest/RestClientInterface.php \Drupal\salesforce\Rest\RestClientInterface::getHttpClientOption()
  2. 8.3 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\Rest

Code

public function getHttpClientOption($option_name);