You are here

public function ConfigPartialExportController::__construct in Config Partial Export 8

Constructs a ConfigController object.

Parameters

\Drupal\system\FileDownloadController $file_download_controller: The file download controller.

File

src/Controller/ConfigPartialExportController.php, line 37

Class

ConfigPartialExportController
Returns responses for config module routes.

Namespace

Drupal\config_partial_export\Controller

Code

public function __construct(FileDownloadController $file_download_controller) {
  $this->fileDownloadController = $file_download_controller;
}