Search for files

  1. Search 7.x for files
  2. Search 9.5.x for files
  3. Search 8.9.x for files
  4. Search 10.3.x for files
  5. Other projects
Title Object type File name Summary
FileSystemModuleDiscoveryDataProviderTrait trait core/tests/Drupal/KernelTests/FileSystemModuleDiscoveryDataProviderTrait.php A trait used in testing for providing a list of modules in a dataProvider.
FileSystemModuleDiscoveryDataProviderTrait.php file core/tests/Drupal/KernelTests/FileSystemModuleDiscoveryDataProviderTrait.php
FileSystemModuleDiscoveryDataProviderTrait::coreModuleListDataProvider function core/tests/Drupal/KernelTests/FileSystemModuleDiscoveryDataProviderTrait.php A data provider that lists every module in core.
FileSystemRequirementsTest class core/tests/Drupal/KernelTests/Core/File/FileSystemRequirementsTest.php @group File
FileSystemRequirementsTest.php file core/tests/Drupal/KernelTests/Core/File/FileSystemRequirementsTest.php
FileSystemRequirementsTest::$modules property core/tests/Drupal/KernelTests/Core/File/FileSystemRequirementsTest.php Modules to install.
FileSystemRequirementsTest::$strictConfigSchema property core/tests/Drupal/KernelTests/Core/File/FileSystemRequirementsTest.php Set to TRUE to strict check all configuration saved.
FileSystemRequirementsTest::checkSystemRequirements function core/tests/Drupal/KernelTests/Core/File/FileSystemRequirementsTest.php Checks system runtime requirements.
FileSystemRequirementsTest::setUp function core/tests/Drupal/KernelTests/Core/File/FileSystemRequirementsTest.php
FileSystemRequirementsTest::testSettingsExist function core/tests/Drupal/KernelTests/Core/File/FileSystemRequirementsTest.php Tests if settings are set, there are not warnings.
FileSystemTempDirectoryTest class core/tests/Drupal/KernelTests/Core/File/FileSystemTempDirectoryTest.php Tests for getTempDirectory on FileSystem.
FileSystemTempDirectoryTest.php file core/tests/Drupal/KernelTests/Core/File/FileSystemTempDirectoryTest.php
FileSystemTempDirectoryTest::$fileSystem property core/tests/Drupal/KernelTests/Core/File/FileSystemTempDirectoryTest.php The file system under test.
FileSystemTempDirectoryTest::$modules property core/tests/Drupal/KernelTests/Core/File/FileSystemTempDirectoryTest.php Modules to install.
FileSystemTempDirectoryTest::setUp function core/tests/Drupal/KernelTests/Core/File/FileSystemTempDirectoryTest.php
FileSystemTempDirectoryTest::testGetTempDirectoryOsDefault function core/tests/Drupal/KernelTests/Core/File/FileSystemTempDirectoryTest.php Tests os default fallback.
FileSystemTempDirectoryTest::testGetTempDirectorySettings function core/tests/Drupal/KernelTests/Core/File/FileSystemTempDirectoryTest.php Tests 'file_temp_path' setting.
FileSystemTest class core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php @coversDefaultClass \Drupal\Core\File\FileSystem
@group File
FileSystemTest class core/tests/Drupal/Tests/Core/File/FileSystemTest.php @coversDefaultClass \Drupal\Core\File\FileSystem
FileSystemTest.php file core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php
FileSystemTest.php file core/tests/Drupal/Tests/Core/File/FileSystemTest.php
FileSystemTest::$fileSystem property core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php The file handler under test.
FileSystemTest::$fileSystem property core/tests/Drupal/Tests/Core/File/FileSystemTest.php
FileSystemTest::$logger property core/tests/Drupal/Tests/Core/File/FileSystemTest.php The file logger channel.
FileSystemTest::$modules property core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php Modules to install.
FileSystemTest::$streamWrapperManager property core/tests/Drupal/Tests/Core/File/FileSystemTest.php The stream wrapper manager.
FileSystemTest::assertFilePermissions function core/tests/Drupal/Tests/Core/File/FileSystemTest.php Asserts that the file permissions of a given URI matches.
FileSystemTest::providerTestBasename function core/tests/Drupal/Tests/Core/File/FileSystemTest.php
FileSystemTest::setUp function core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php
FileSystemTest::setUp function core/tests/Drupal/Tests/Core/File/FileSystemTest.php
FileSystemTest::testBasename function core/tests/Drupal/Tests/Core/File/FileSystemTest.php @covers ::basename
FileSystemTest::testChmodDir function core/tests/Drupal/Tests/Core/File/FileSystemTest.php @covers ::chmod
FileSystemTest::testChmodFile function core/tests/Drupal/Tests/Core/File/FileSystemTest.php @covers ::chmod
FileSystemTest::testChmodUnsuccessful function core/tests/Drupal/Tests/Core/File/FileSystemTest.php @covers ::chmod
FileSystemTest::testCopyFailureIfFileAlreadyExists function core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php @covers ::copy
FileSystemTest::testCopyFailureIfSelfOverwrite function core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php @covers ::copy
FileSystemTest::testCopySelfRename function core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php @covers ::copy
FileSystemTest::testDestinationDirectoryFailureOnCopy function core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php @covers ::copy
FileSystemTest::testEnsureFileExistsBeforeCopy function core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php @covers ::copy
FileSystemTest::testInvalidUTF8 function core/tests/Drupal/Tests/Core/File/FileSystemTest.php Tests that invalid UTF-8 results in an exception.
FileSystemTest::testSuccessfulCopy function core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php @covers ::copy
FileSystemTest::testUnlink function core/tests/Drupal/Tests/Core/File/FileSystemTest.php @covers ::unlink
FileTestBase::setUpFilesystem function core/tests/Drupal/KernelTests/Core/File/FileTestBase.php
FileTransferTest::_getFakeModuleFiles function core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php
FileTranslation::$fileSystem property core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php The file system.
FileTranslation::filesToArray function core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php Reads the given Gettext PO files into a data structure.
FileTranslation::findTranslationFiles function core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php Finds installer translations either for a specific or all languages.
FileTranslation::getTranslationFilesPattern function core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php Provides translation file name pattern.
FileUploadForm::$fileSystem property core/modules/media_library/src/Form/FileUploadForm.php The file system service.
FileUploadHandler::$fileSystem property core/modules/file/src/Upload/FileUploadHandler.php The file system service.

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