Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \file_system
  2. 9 core/core.services.yml \file_system

Class

Drupal\Core\File\FileSystem
223 string references to file_system
AjaxFileManagedMultipleTest::testMultipleFilesUpload in core/modules/file/tests/src/FunctionalJavascript/AjaxFileManagedMultipleTest.php
Tests if managed file form element works well with multiple files upload.
ArchiverTestBase::setUp in core/tests/Drupal/KernelTests/Core/Archiver/ArchiverTestBase.php
ClaroModalDisplayTest::testModalAddAnother in core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroModalDisplayTest.php
Tests the position f "add another" button in dialogs.
CommentPreviewTest::testCommentPreview in core/modules/comment/tests/src/Functional/CommentPreviewTest.php
Tests comment preview.
ConfigController::create in core/modules/config/src/Controller/ConfigController.php
Instantiates a new instance of this class.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\File\FileSystem
  2. arguments:
  3. - '@stream_wrapper_manager'
  4. - '@settings'