public function ClientInterface::getConfig

Get a configuration setting or all of the configuration settings

Parameters

bool|string $key Configuration value to retrieve. Set to FALSE to retrieve all values of the client.: The object return can be modified, and modifications will affect the client's config.

Return value

mixed|Collection

1 method overrides ClientInterface::getConfig()
Client::getConfig in drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php
Get a configuration setting or all of the configuration settings

File

drupal/core/vendor/guzzle/http/Guzzle/Http/ClientInterface.php, line 37

Class

ClientInterface
Client interface for send HTTP requests

Namespace

Guzzle\Http

Code

public function getConfig($key = false);