66 string references to file_system

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().
DirectoryTest::testDirectoryCreation in core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php
Tests directory creation.
DirectoryTest::testFileCheckDirectoryHandling in core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php
Tests directory handling functions.
DirectoryTest::testFileCheckLocalDirectoryHandling in core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php
Tests local directory handling functions.
DirectoryTest::testFileCreateNewFilepath in core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php
Tests the file paths of newly created files.
DirectoryTest::testFileDestination in core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php
Tests the destination file path.
DirectoryTest::testMultiplePrepareDirectory in core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php
Tests asynchronous directory creation.
Download::create in core/modules/migrate/src/Plugin/migrate/process/Download.php
Creates an instance of the plugin.
DrupalSelenium2DriverTest::testGetRemoteFilePath in core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php
Tests uploading remote files.
drupal_get_database_types in core/includes/install.inc
Returns all supported database driver installer objects.
EnvironmentCleanerTest::testDoCleanTemporaryDirectories in core/tests/Drupal/KernelTests/Core/Test/EnvironmentCleanerTest.php
@covers ::doCleanTemporaryDirectories[[api-linebreak]]
FileCopy::create in core/modules/migrate/src/Plugin/migrate/process/FileCopy.php
Creates an instance of the plugin.
FileCopyTest::setUp in core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php
FileCopyTest::testDownloadRemoteUri in core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php
Tests that remote URIs are delegated to the download plugin.
FileCopyTest::testOverwriteSelf in core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php
Copy a file onto itself.
FileMoveTest::testNormal in core/tests/Drupal/KernelTests/Core/File/FileMoveTest.php
Move a normal file.
FileMoveTest::testOverwriteSelf in core/tests/Drupal/KernelTests/Core/File/FileMoveTest.php
Try to move a file onto itself.
FilePathTest::setUp in core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php
FileSaveDataTest::testFileSaveData in core/tests/Drupal/KernelTests/Core/File/FileSaveDataTest.php
Tests the file_unmanaged_save_data() function.
FileStorage::getFileSystem in core/lib/Drupal/Core/Config/FileStorage.php
Returns file system service.
FileSystemForm::create in core/modules/system/src/Form/FileSystemForm.php
Instantiates a new instance of this class.
FileSystemTest::setUp in core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php
FileUrlGeneratorTest::testPublicManagedFileURL in core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php
Tests the rewriting of public managed file URLs by hook_file_url_alter().
GDToolkit::create in core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php
Creates an instance of the plugin.
ImageDimensionsTest::testImageDimensions in core/modules/image/tests/src/Functional/ImageDimensionsTest.php
Tests styled image dimensions cumulatively.
ImageFieldValidateTest::testValid in core/modules/image/tests/src/Functional/ImageFieldValidateTest.php
Tests image validity.
ImageFieldWidgetMultipleTest::testWidgetElementMultipleUploads in core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php
Tests image widget element support multiple upload correctly.
ImageItem::generateSampleValue in core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
Generates placeholder field values.
ImageStyle::flush in core/modules/image/src/Entity/ImageStyle.php
Flushes cached media for this style.
ImageStyleCustomStreamWrappersTest::setUp in core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php
ImageStyleDownloadController::create in core/modules/image/src/Controller/ImageStyleDownloadController.php
Instantiates a new instance of this class.
ImageStyleDownloadController::__construct in core/modules/image/src/Controller/ImageStyleDownloadController.php
Constructs an ImageStyleDownloadController object.
ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests in core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php
Tests building an image style URL.
image_uninstall in core/modules/image/image.install
Implements hook_uninstall().
InstallerLanguageTest::testInstallerTranslationFiles in core/tests/Drupal/KernelTests/Core/Installer/InstallerLanguageTest.php
Tests that the installer can find translation files.
InstallTranslationFilePatternTest::setUp in core/modules/system/tests/src/Kernel/Installer/InstallTranslationFilePatternTest.php
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.
install_check_translations in core/includes/install.core.inc
Checks installation requirements and reports any errors.
install_retrieve_file in core/includes/install.core.inc
Attempts to get a file using a HTTP request and to store it locally.
Local::factory in core/lib/Drupal/Core/FileTransfer/Local.php
Defines a factory method for this class.
Local::removeDirectoryJailed in core/lib/Drupal/Core/FileTransfer/Local.php
Removes a directory.
LocalStream::getFileSystem in core/lib/Drupal/Core/StreamWrapper/LocalStream.php
Returns file system service.
LocalStream::mkdir in core/lib/Drupal/Core/StreamWrapper/LocalStream.php
Create a directory.
LocalStream::rmdir in core/lib/Drupal/Core/StreamWrapper/LocalStream.php
Removes a directory.
MigrateUpgradeTestBase::assertFileMigrations in core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php
Checks public and private files are copied but not temporary files.
QuickEditImageController::create in core/modules/image/src/Controller/QuickEditImageController.php
Instantiates a new instance of this class.
QuickEditImageController::create in core/modules/quickedit/src/Controller/QuickEditImageController.php
Instantiates a new instance of this class.
QuickEditImageControllerTest::testQuickEditImageControllerDeprecation in core/modules/image/tests/src/Kernel/QuickEditImageControllerTest.php
Tests class \Drupal\image\Controller\QuickEditImageController deprecation.
ReadOnlyStreamWrapperTest::testReadOnlyBehavior in core/tests/Drupal/KernelTests/Core/File/ReadOnlyStreamWrapperTest.php
Tests read-only specific behavior.
RetrieveFileTest::testFileRetrieving in core/modules/system/tests/src/Functional/System/RetrieveFileTest.php
Invokes system_retrieve_file() in several scenarios.
ScanDirectoryTest::setUp in core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php
StreamWrapperTest::testUriFunctions in core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php
Tests the getViaUri() and getViaScheme() methods and target functions.
system_check_directory in core/modules/system/system.module
Checks the existence of the directory specified in $form_element.
system_retrieve_file in core/modules/system/system.module
Attempts to get a file using Guzzle HTTP client and to store it locally.
TestFileCreationTrait::getTestFiles in core/tests/Drupal/Tests/TestFileCreationTrait.php
Gets a list of files that can be used in tests.
TestFileTransferWithSettingsForm::factory in core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php
Returns a Drupal\update_test\TestFileTransferWithSettingsForm object.
ThemeSettingsForm::create in core/modules/system/src/Form/ThemeSettingsForm.php
Instantiates a new instance of this class.
TwigTransTest::installLanguages in core/modules/system/tests/src/Functional/Theme/TwigTransTest.php
Helper function: install languages.
UpdateDeleteFileIfStaleTest::testUpdateDeleteFileIfStale in core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php
Tests the deletion of stale files.
Updater::findInfoFile in core/lib/Drupal/Core/Updater/Updater.php
Determines what the most important (or only) info file is in a directory.
update_manager_local_transfers_allowed in core/modules/update/update.manager.inc
Determines if file transfers will be performed locally.
update_verify_update_archive in core/modules/update/update.module
Implements hook_verify_update_archive().
_color_render_images in core/modules/color/color.module
Renders images that match a given palette.

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