public function DownloadController::__construct in Default Content Deploy 8
DownloadController constructor.
Parameters
\Drupal\default_content_deploy\DeployManager $deploy_manager: The DCD manager.
\Drupal\Core\File\FileSystemInterface $file_system: The File system.
File
- src/
Controller/ DownloadController.php, line 38
Class
- DownloadController
- Returns responses for config module routes.
Namespace
Drupal\default_content_deploy\ControllerCode
public function __construct(DeployManager $deploy_manager, FileSystemInterface $file_system) {
$this->deployManager = $deploy_manager;
$this->fileSystem = $file_system;
}