You are here

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

Set private key service.

Parameters

\Drupal\Core\PrivateKey $privateKey: The private key service.

Return value

$this

File

src/AdvaggSettersTrait.php, line 228

Class

AdvaggSettersTrait
The trait setters of ADVAGG module.

Namespace

Drupal\advagg

Code

public function setPrivateKey(PrivateKey $privateKey) {
  $this->privateKey = $privateKey;
  return $this;
}