You are here

protected property ConfigController::$fileDownloadController in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/config/src/Controller/ConfigController.php \Drupal\config\Controller\ConfigController::fileDownloadController

The file download controller.

Type: \Drupal\system\FileDownloadController

File

core/modules/config/src/Controller/ConfigController.php, line 64

Class

ConfigController
Returns responses for config module routes.

Namespace

Drupal\config\Controller

Code

protected $fileDownloadController;