You are here

public function AdvaggSettersTrait::setHttpClient in Advanced CSS/JS Aggregation 8.4

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;
}