Namesort descending Location Description
FileAccessFunctionsAlignedTestCase::testFileAccessFunctions core/modules/file/tests/file.test Verify that both, file_access() and File::access() return the same value.
FileAccessTestCase::assertFileAccess core/modules/file/tests/file.test Asserts file_access correctly grants or denies access.
FileAccessTestCase::getPrivateDownloadAccessCases core/modules/file/tests/file.test Helper for testFilePrivateDownloadAccess() test.
FileAccessTestCase::setUp core/modules/file/tests/file.test Sets up a Backdrop site for running functional and integration tests.
FileAccessTestCase::testFileAccess core/modules/file/tests/file.test Runs basic tests for file_access function.
FileAccessTestCase::testFilePageAccess core/modules/file/tests/file.test Tests page access.
FileAccessTestCase::testFilePrivateDownloadAccess core/modules/file/tests/file.test Test to see if we have access to download private files when granted the permissions.
FileAdminTestCase::setUp core/modules/file/tests/file.test Sets up a Backdrop site for running functional and integration tests.
FileAdminTestCase::testFileAdminPages core/modules/file/tests/file.test Tests file overview with different user permissions.
FileAdminTestCase::testFilesAdminSort core/modules/file/tests/file.test Tests that the table sorting works on the files admin pages.
FileAttributeOverrideTestCase::testFileFileAttributeOverrides core/modules/file/tests/file.test Test to see if file attributes can be overridden.
FileChangeSchemeTestCase::testChangeScheme core/modules/file/tests/file.test
FileCopyTest::testExistingError core/modules/simpletest/tests/file.test Test that copying over an existing file fails when FILE_EXISTS_ERROR is specified.
FileCopyTest::testExistingRename core/modules/simpletest/tests/file.test Test renaming when copying over a file that already exists.
FileCopyTest::testExistingReplace core/modules/simpletest/tests/file.test Test replacement when copying over a file that already exists.
FileCopyTest::testNormal core/modules/simpletest/tests/file.test Test file copying in the normal, base case.
FileDeleteTest::testInUse core/modules/simpletest/tests/file.test Tries deleting a file that is in use.
FileDeleteTest::testUnused core/modules/simpletest/tests/file.test Tries deleting a normal file (as opposed to a directory, symlink, etc).
FileDirectoryTest::testFileCheckDirectoryHandling core/modules/simpletest/tests/file.test Test directory handling functions.
FileDirectoryTest::testFileCreateNewFilepath core/modules/simpletest/tests/file.test This will take a directory and path, and find a valid filepath that is not taken by another file.
FileDirectoryTest::testFileDestination core/modules/simpletest/tests/file.test This will test the filepath for a destination based on passed flags and whether or not the file exists.
FileDirectoryTest::testFileDirectoryTemp core/modules/simpletest/tests/file.test Ensure that the file_directory_temp() function always returns a value.
FileDownloadTest::checkUrl core/modules/simpletest/tests/file.test Download a file from the URL generated by file_create_url().
FileDownloadTest::setUp core/modules/simpletest/tests/file.test Sets up a Backdrop site for running functional and integration tests.
FileDownloadTest::testFileCreateUrl core/modules/simpletest/tests/file.test Test file_create_url().
FileDownloadTest::testPrivateFileTransfer core/modules/simpletest/tests/file.test Test the private file transfer system.
FileDownloadTest::testPublicFileTransfer core/modules/simpletest/tests/file.test Test the public file transfer system.
FileEditTestCase::setUp core/modules/file/tests/file.test Sets up a Backdrop site for running functional and integration tests.
FileEditTestCase::testFileEdit core/modules/file/tests/file.test Check file edit functionality.
FileExampleSessionStreamWrapper::chmod modules/examples/file_example/file_example_session_streams.inc We have no concept of chmod, so just return TRUE.
FileExampleSessionStreamWrapper::dirname modules/examples/file_example/file_example_session_streams.inc Gets the name of the directory from a given path.
FileExampleSessionStreamWrapper::dir_closedir modules/examples/file_example/file_example_session_streams.inc Support for closedir().
FileExampleSessionStreamWrapper::dir_opendir modules/examples/file_example/file_example_session_streams.inc Support for opendir().
FileExampleSessionStreamWrapper::dir_readdir modules/examples/file_example/file_example_session_streams.inc Support for readdir().
FileExampleSessionStreamWrapper::dir_rewinddir modules/examples/file_example/file_example_session_streams.inc Support for rewinddir().
FileExampleSessionStreamWrapper::getDirectoryPath modules/examples/file_example/file_example_session_streams.inc Implements getDirectoryPath().
FileExampleSessionStreamWrapper::getExternalUrl modules/examples/file_example/file_example_session_streams.inc Overrides getExternalUrl().
FileExampleSessionStreamWrapper::getLocalPath modules/examples/file_example/file_example_session_streams.inc Returns the local path.
FileExampleSessionStreamWrapper::getMimeType modules/examples/file_example/file_example_session_streams.inc Implements getMimeType().
FileExampleSessionStreamWrapper::getTarget modules/examples/file_example/file_example_session_streams.inc Implements getTarget().
FileExampleSessionStreamWrapper::getUri modules/examples/file_example/file_example_session_streams.inc Implements getUri().
FileExampleSessionStreamWrapper::mkdir modules/examples/file_example/file_example_session_streams.inc Support for mkdir().
FileExampleSessionStreamWrapper::realpath modules/examples/file_example/file_example_session_streams.inc Implements realpath().
FileExampleSessionStreamWrapper::rename modules/examples/file_example/file_example_session_streams.inc Support for rename().
FileExampleSessionStreamWrapper::rmdir modules/examples/file_example/file_example_session_streams.inc Support for rmdir().
FileExampleSessionStreamWrapper::setUri modules/examples/file_example/file_example_session_streams.inc Implements setUri().
FileExampleSessionStreamWrapper::stream_close modules/examples/file_example/file_example_session_streams.inc Support for fclose().
FileExampleSessionStreamWrapper::stream_eof modules/examples/file_example/file_example_session_streams.inc Support for feof().
FileExampleSessionStreamWrapper::stream_flush modules/examples/file_example/file_example_session_streams.inc Support for fflush().
FileExampleSessionStreamWrapper::stream_lock modules/examples/file_example/file_example_session_streams.inc Support for flock().

Pages