public function DownloadController::__construct in Media Entity Download 8
Same name and namespace in other branches
- 8.2 src/Controller/DownloadController.php \Drupal\media_entity_download\Controller\DownloadController::__construct()
DownloadController constructor.
Parameters
\Symfony\Component\HttpFoundation\RequestStack $request_stack: The request object.
File
- src/
Controller/ DownloadController.php, line 31
Class
- DownloadController
- DownloadController class.
Namespace
Drupal\media_entity_download\ControllerCode
public function __construct(RequestStack $request_stack) {
$this->requestStack = $request_stack;
}