Set http client.

Parameters

\GuzzleHttp\ClientInterface $httpClient: The renderer.

Return value

$this

File

src/AdvaggSettersTrait.php, line 176

Class

AdvaggSettersTrait
The trait setters of ADVAGG module.

Namespace

Drupal\advagg

Code

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