You are here

public function FastlyEdgeModulesController::__construct in Fastly 8.3

FastlyEdgeModulesController constructor.

Parameters

Api $api:

VclHandler $vcl_handler:

FileSystem $file_system:

Messenger $messenger:

File

src/Controller/FastlyEdgeModulesController.php, line 52

Class

FastlyEdgeModulesController
Class FastlyEdgeModulesController

Namespace

Drupal\fastly\Controller

Code

public function __construct(Api $api, VclHandler $vcl_handler, FileSystem $file_system, Messenger $messenger) {
  $this->api = $api;
  $this->vclHandler = $vcl_handler;
  $this->fileSystem = $file_system;
  $this->messenger = $messenger;
}