You are here

service file_system in Drupal 10

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

Class

Drupal\Core\File\FileSystem
271 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.
BrowserTestBase::cleanupEnvironment in core/tests/Drupal/Tests/BrowserTestBase.php
Clean up the test environment.
CKEditor5Test::testAttributeEncoding in core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php
Ensures that attribute values are encoded.
CKEditor5Test::testEditorFileReferenceIntegration in core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php
Ensures that CKEditor 5 integrates with file reference filter.
CommentPreviewTest::testCommentPreview in core/modules/comment/tests/src/Functional/CommentPreviewTest.php
Tests comment preview.

... 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'
  5. - '@logger.channel.file'