Set http client.

Paramètres

\GuzzleHttp\ClientInterface $httpClient: The renderer.

Return value

$this

Fichier

src/AdvaggSettersTrait.php, line 176

Classe

AdvaggSettersTrait
The trait setters of ADVAGG module.

Namespace

Drupal\advagg

Code

public function setHttpClient(ClientInterface $httpClient) {
    $this->httpClient = $httpClient;
    return $this;
}