You are here

public function CdnFarfutureController::__construct in CDN 8.3

Parameters

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

\Drupal\Core\StreamWrapper\StreamWrapperManagerInterface $stream_wrapper_manager: The stream wrapper manager.

File

src/CdnFarfutureController.php, line 39

Class

CdnFarfutureController

Namespace

Drupal\cdn

Code

public function __construct(PrivateKey $private_key, StreamWrapperManagerInterface $stream_wrapper_manager) {
  $this->privateKey = $private_key;
  $this->streamWrapperManager = $stream_wrapper_manager;
}