file_system

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

Class

Drupal\Core\File\FileSystem
14 string references to file_system
ArchiverManager::__construct in core/lib/Drupal/Core/Archiver/ArchiverManager.php
Constructs an ArchiverManager object.
drupal_get_database_types in core/includes/install.inc
Returns all supported database driver installer objects.
FileStorage::getFileSystem in core/lib/Drupal/Core/Config/FileStorage.php
Returns file system service.
install_begin_request in core/includes/install.core.inc
Begins an installation request, modifying the installation state as needed.
install_check_requirements in core/includes/install.core.inc
Checks installation requirements and reports any errors.

... See full list

File

core/core.services.yml

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.