You are here

protected property ContentController::$fileDownloadController in Content Synchronization 3.0.x

Same name and namespace in other branches
  1. 8.2 src/Controller/ContentController.php \Drupal\content_sync\Controller\ContentController::fileDownloadController
  2. 8 src/Controller/ContentController.php \Drupal\content_sync\Controller\ContentController::fileDownloadController

The file download controller.

Type: \Drupal\system\FileDownloadController

File

src/Controller/ContentController.php, line 50

Class

ContentController
Returns responses for content module routes.

Namespace

Drupal\content_sync\Controller

Code

protected $fileDownloadController;