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
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::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 Tests Drupal\Core\File\FileSystem.
FileSystemTest class core/tests/Drupal/Tests/Core/File/FileSystemTest.php Tests 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::$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 Tests basename.
FileSystemTest::testChmodDir function core/tests/Drupal/Tests/Core/File/FileSystemTest.php Tests chmod dir.
FileSystemTest::testChmodFile function core/tests/Drupal/Tests/Core/File/FileSystemTest.php Tests chmod file.
FileSystemTest::testChmodUnsuccessful function core/tests/Drupal/Tests/Core/File/FileSystemTest.php Tests chmod unsuccessful.
FileSystemTest::testCopyFailureIfFileAlreadyExists function core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php Tests copy failure if file already exists.
FileSystemTest::testCopyFailureIfSelfOverwrite function core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php Tests copy failure if self overwrite.
FileSystemTest::testCopySelfRename function core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php Tests copy self rename.
FileSystemTest::testDestinationDirectoryFailureOnCopy function core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php Tests destination directory failure on copy.
FileSystemTest::testEnsureFileExistsBeforeCopy function core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php Tests ensure file exists before 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 Tests successful copy.
FileSystemTest::testUnlink function core/tests/Drupal/Tests/Core/File/FileSystemTest.php Tests unlink.
FileTestBase::setUpFilesystem function core/tests/Drupal/KernelTests/Core/File/FileTestBase.php Sets up the filesystem, so things like the file directory.
FileTestHelper::fileScanCallback function core/modules/file/tests/file_test/src/FileTestHelper.php Helper function for testing FileSystemInterface::scanDirectory().
FileTestHelper::fileScanCallbackReset function core/modules/file/tests/file_test/src/FileTestHelper.php Reset static variables used by FileTestHelper::fileScanCallback().
FileTransferTest::_getFakeModuleFiles function core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php Returns a predefined list of fake module files for testing.
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.
FileUploadResourceTestBase::$fileStorage property core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php The entity storage for the 'file' entity type.
FileUploadResourceTestBase::testFileUploadLargerFileSize function core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php Tests using the file upload route with a file size larger than allowed.
FileUploadTest::$fileStorage property core/modules/jsonapi/tests/src/Functional/FileUploadTest.php The entity storage for the 'file' entity type.
FileUploadTest::testFileUploadLargerFileSize function core/modules/jsonapi/tests/src/Functional/FileUploadTest.php Tests using the file upload route with a file size larger than allowed.
FileUrlTest::testFilesUrlWithDifferentHostName function core/modules/file/tests/src/Kernel/FileUrlTest.php Tests public files with a different host name from settings.
FileVideoFormatterUpdateTest::setDatabaseDumpFiles function core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterUpdateTest.php Set database dump files to be used.
FixtureUtilityTrait::copyFixtureFilesTo function core/modules/package_manager/tests/src/Traits/FixtureUtilityTrait.php Mirrors a fixture directory to the given path.

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