You are here

service file_system in Drupal 9

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

Class

Drupal\Core\File\FileSystem
110 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.
ArchiverManager::__construct in core/lib/Drupal/Core/Archiver/ArchiverManager.php
Constructs an ArchiverManager object.
color_library_info_alter in core/modules/color/color.module
Implements hook_library_info_alter().
color_scheme_form_submit in core/modules/color/color.module
Form submission handler for color_scheme_form().
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'
  5. - '@logger.channel.file'