public function FileController::__construct in File Entity (fieldable files) 8.2
File
- src/
Controller/ FileController.php, line 33
Class
- FileController
- Class FileController
Namespace
Drupal\file_entity\ControllerCode
public function __construct(FileSystemInterface $file_system) {
$this->fileSystem = $file_system;
}