120 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
CKEditor5ImageController::create in core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php
Instantiates a new instance of the implementing class using autowiring.
ConfigController::create in core/modules/config/src/Controller/ConfigController.php
Instantiates a new instance of this class.
ConfigExportUITest::testExport in core/modules/config/tests/src/Functional/ConfigExportUITest.php
Tests export of configuration.
ConfigImportForm::create in core/modules/config/src/Form/ConfigImportForm.php
Instantiates a new instance of this class.
CopyTest::testEntityStorageException in core/modules/file/tests/src/Kernel/CopyTest.php
Tests for entity storage exception.
DestructableServiceTest::testDestructableServiceExecutionOrder in core/tests/Drupal/FunctionalTests/HttpKernel/DestructableServiceTest.php
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
ExportForm::create in core/modules/locale/src/Form/ExportForm.php
Instantiates a new instance of this class.
FieldImportCreateTest::testImportCreate in core/modules/field/tests/src/Kernel/FieldImportCreateTest.php
Tests creating field storages and fields during config import.
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.
FileFieldWidgetTest::testUploadingMoreFilesThanAllowed in core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetTest.php
Tests uploading more files than allowed at once.
FileImageDimensionsConstraintValidatorTest::setUp in core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileImageDimensionsConstraintValidatorTest.php
FileIsImageConstraintValidatorTest::setUp in core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileIsImageConstraintValidatorTest.php
FileMigrationSetupTrait::fileMigrationSetup in core/modules/file/tests/src/Kernel/Migrate/d7/FileMigrationSetupTrait.php
Prepare the file migration for running.
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
FilePrivateTest::testPrivateFile in core/modules/file/tests/src/Functional/FilePrivateTest.php
Tests file access for file uploaded to a private node.
FileRepositoryTest::setUp in core/modules/file/tests/src/Kernel/FileRepositoryTest.php
FileRepositoryTest::testEntityStorageException in core/modules/file/tests/src/Kernel/FileRepositoryTest.php
Tests for entity storage exception.
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
FileUpload::__construct in core/modules/jsonapi/src/Controller/FileUpload.php
Constructs a new FileUpload object.
FileUploadForm::create in core/modules/media_library/src/Form/FileUploadForm.php
Instantiates a new instance of this class.
FileUploadHandlerTest::testLegacyExtensions in core/modules/file/tests/src/Kernel/FileUploadHandlerTest.php
Tests the legacy extension support.
FileUploadHandlerTest::testLockAcquireException in core/modules/file/tests/src/Kernel/FileUploadHandlerTest.php
Test the lock acquire exception.
FileUploadResource::create in core/modules/file/src/Plugin/rest/resource/FileUploadResource.php
Creates an instance of the plugin.
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.
Image::create in core/modules/media/src/Plugin/media/Source/Image.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
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
ImageStyleDownloadAccessControlTest::setUp in core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php
ImageStyleDownloadController::create in core/modules/image/src/Controller/ImageStyleDownloadController.php
Instantiates a new instance of the implementing class using autowiring.
ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests in core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php
Tests building an image style URL.
ImageStyleTest::testFlush in core/modules/image/tests/src/Unit/ImageStyleTest.php
@covers ::flush
image_uninstall in core/modules/image/image.install
Implements hook_uninstall().
InlineBlockPrivateFilesTest::setUp in core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockPrivateFilesTest.php
InstallerLanguageTest::testInstallerTranslationFiles in core/tests/Drupal/KernelTests/Core/Installer/InstallerLanguageTest.php
Tests that the installer can find translation files.
InstallHelper::create in core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php
Instantiates a new instance of this class.
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.
LegacyFileSystemTest::setUp in core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php
LegacyValidatorTest::setUp in core/modules/file/tests/src/Kernel/LegacyValidatorTest.php
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.
LocaleExportTest::testExportTranslation in core/modules/locale/tests/src/Functional/LocaleExportTest.php
Tests exportation of translations.
LocaleImportFunctionalTest::importPoFile in core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
Helper function: import a standalone .po file in a given language.
LocaleImportFunctionalTest::setUp in core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
LocalePluralFormatTest::importPoFile in core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php
Imports a standalone .po file in a given language.
locale_translation_download_source in core/modules/locale/locale.batch.inc
Downloads a translation file from a remote server.
locale_uninstall in core/modules/locale/locale.install
Implements hook_uninstall().
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.
MaximumFileSizeExceededUploadTest::setUp in core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php
media_install in core/modules/media/media.install
Implements hook_install().
MigrateUpgradeTestBase::assertFileMigrations in core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php
Checks public and private files are copied but not temporary files.
MoveTest::testEntityStorageException in core/modules/file/tests/src/Kernel/MoveTest.php
Tests for entity storage exception.
OEmbed::create in core/modules/media/src/Plugin/media/Source/OEmbed.php
Creates an instance of the plugin.
PagePreviewTest::testPagePreview in core/modules/node/tests/src/Functional/PagePreviewTest.php
Checks the node preview functionality.
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.
SaveUploadFormTest::setUp in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
SaveUploadFormTest::testCombinedErrorMessages in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests that multiple validation errors are combined in one message.
SaveUploadFormTest::testDrupalMovingUploadedFileError in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests for log entry on failing destination.
SaveUploadFormTest::testErrorMessagesAreNotChanged in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests that form validation does not change error messages.
SaveUploadFormTest::testExistingError in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests for failure when uploading over a file that already exists.
SaveUploadFormTest::testExistingRename in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests renaming when uploading over a file that already exists.
SaveUploadFormTest::testExistingReplace in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests replacement when uploading over a file that already exists.
SaveUploadFormTest::testHandleDangerousFile in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests dangerous file handling.
SaveUploadFormTest::testHandleExtension in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests extension handling.
SaveUploadFormTest::testHandleFileMunge in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests file munge handling.
SaveUploadFormTest::testNormal in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests the _file_save_upload_from_form() function.
SaveUploadFormTest::testUploadFieldIsHighlighted in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests highlighting of file upload field when it has an error.
SaveUploadTest::testDrupalMovingUploadedFileError in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests for log entry on failing destination.
ScanDirectoryTest::setUp in core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php
SettingsForm::create in core/modules/navigation/src/Form/SettingsForm.php
Instantiates a new instance of this class.
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.
UpdateManagerInstall::submitForm in core/modules/update/src/Form/UpdateManagerInstall.php
Form submission handler.
Updater::findInfoFile in core/lib/Drupal/Core/Updater/Updater.php
Determines what the most important (or only) info file is in a directory.
UpdateReady::submitForm in core/modules/update/src/Form/UpdateReady.php
Form submission handler.
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().
UploadedFileConstraintValidatorTest::setUp in core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php
UploadedFileValidatorTest::setUp in core/modules/file/tests/src/Kernel/Validation/UploadedFileValidatorTest.php
WidgetOverflowTest::uploadFiles in core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php
Uploads multiple test images into the media library.
WidgetUploadTest::testWidgetUpload in core/modules/media_library/tests/src/FunctionalJavascript/WidgetUploadTest.php
Tests that uploads in the 'media_library_widget' works as expected.
WidgetUploadTest::testWidgetUploadAdvancedUi in core/modules/media_library/tests/src/FunctionalJavascript/WidgetUploadTest.php
Tests that uploads in the widget's advanced UI works as expected.
_locale_rebuild_js in core/modules/locale/locale.module
(Re-)Creates the JavaScript translation file for a language.

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