You are here

protected function DropzoneJsEbWidget::setFileSystem in DropzoneJS 8.2

Set the filesystem service.

Parameters

\Drupal\Core\File\FileSystemInterface $fileSystem: The filesystem service.

File

modules/eb_widget/src/Plugin/EntityBrowser/Widget/DropzoneJsEbWidget.php, line 116

Class

DropzoneJsEbWidget
Provides an Entity Browser widget that uploads new files.

Namespace

Drupal\dropzonejs_eb_widget\Plugin\EntityBrowser\Widget

Code

protected function setFileSystem(FileSystemInterface $fileSystem) {
  $this->fileSystem = $fileSystem;
}