function FileDownloadController::create
1 call to FileDownloadController::create()
- ConfigController::create in core/
modules/ config/ src/ Controller/ ConfigController.php
File
-
core/
modules/ system/ src/ FileDownloadController.php, line 38
Class
- FileDownloadController
- System file controller.
Namespace
Drupal\systemCode
public static function create(ContainerInterface $container) {
return new static($container->get('stream_wrapper_manager'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.