- archiver_get_archiver in core/
includes/ common.inc - Creates the appropriate archiver for the specified file.
- BackdropErrorHandlerUnitTest::testErrorHandler in core/
modules/ simpletest/ tests/ error.test - Test the error handler.
- BackdropErrorHandlerUnitTest::testExceptionHandler in core/
modules/ simpletest/ tests/ error.test - Test the exception handler.
- BackdropWebTestCase::backdropPost in core/
modules/ simpletest/ backdrop_web_test_case.php - Execute a POST request on a Backdrop page. It will be done as usual POST request with SimpleBrowser.
- backdrop_move_uploaded_file in core/
includes/ file.inc - Moves an uploaded file to a new location.
- ColorTestCase::testColor in core/
modules/ color/ tests/ color.test - Tests the Color module functionality.
- CommentPreviewTest::testCommentPreview in core/
modules/ comment/ tests/ comment.test - Tests comment preview.
- ConfigDatabaseStorage::importArchive in core/
includes/ config.inc - Import an archive of configuration files into the config storage managed by this object.
- ConfigFileStorage::importArchive in core/
includes/ config.inc - Import an archive of configuration files into the config storage managed by this object.
- ConfigurationUITest::testFullImportValidation in core/
modules/ config/ tests/ config.test - Test full import validation.
- CustomLogoTestCase::testCustomLogo in core/
modules/ system/ tests/ system.test - Test the use of a custom logo.
- drupal_realpath in core/
includes/ drupal.inc - Resolves the absolute filepath of a local URI or filepath.
- FileAdminTestCase::testFileAdminPages in core/
modules/ file/ tests/ file.test - Tests file overview with different user permissions.
- FileFieldAnonymousSubmission::testAnonymousNodeWithFile in core/
modules/ file/ tests/ file.test - Tests file submission for an anonymous visitor.
- FileFieldAnonymousSubmission::_testNodeWithFileWithoutTitle in core/
modules/ file/ tests/ file.test - Helper method to test file submissions with missing node titles.
- FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit in core/
modules/ file/ tests/ file.test - Helper for testing exploiting the temporary file removal using fid.
- FileFieldWidgetTestCase::testMultiValuedWidget in core/
modules/ file/ tests/ file.test - Tests upload and remove buttons for multiple multi-valued File fields.
- FileFieldWidgetTestCase::testPrivateFileComment in core/
modules/ file/ tests/ file.test - Tests that download restrictions on private files work on comments.
- FileFieldWidgetTestCase::testWidgetValidation in core/
modules/ file/ tests/ file.test - Tests validation with the Upload button.
- FileManagedFileElementTestCase::testManagedFile in core/
modules/ file/ tests/ file.test - Tests the managed_file element type.
- FileManagedFileElementTestCase::testManagedFileExceedMaximumFileSize in core/
modules/ file/ tests/ file.test - Tests uploading a file that exceeds the maximum file size.
- FileManagedFileElementTestCase::testManagedFileParentsHash in core/
modules/ file/ tests/ file.test - Tests file_ajax_upload() parents_hash.
- FilePrivateTestCase::testPrivateFile in core/
modules/ file/ tests/ file.test - Tests file access for file uploaded to a private node.
- FileReplaceTestCase::testReplaceFile in core/
modules/ file/ tests/ file.test - @todo Test image dimensions for an image field are reset when a file is replaced. @todo Test image styles are cleared when an image is updated.
- FileSaveUploadTest::setUp in core/
modules/ simpletest/ tests/ file.test - FileSaveUploadTest::testErrors in core/
modules/ simpletest/ tests/ file.test - Test for failure when uploading over a file that already exists.
- FileSaveUploadTest::testExistingRename in core/
modules/ simpletest/ tests/ file.test - Test renaming when uploading over a file that already exists.
- FileSaveUploadTest::testExistingReplace in core/
modules/ simpletest/ tests/ file.test - Test replacement when uploading over a file that already exists.
- FileSaveUploadTest::testHandleDangerousFile in core/
modules/ simpletest/ tests/ file.test - Test dangerous file handling.
- FileSaveUploadTest::testHandleExtension in core/
modules/ simpletest/ tests/ file.test - Test extension handling.
- FileSaveUploadTest::testHandleFileMunge in core/
modules/ simpletest/ tests/ file.test - Test file munge handling.
- FileSaveUploadTest::testNormal in core/
modules/ simpletest/ tests/ file.test - Test the file_save_upload() function.
- FileTaxonomyTermTestCase::_testTermFile in core/
modules/ file/ tests/ file.test - Runs tests for attaching a file field to a taxonomy term.
- FileTestHelper::replaceNodeFile in core/
modules/ file/ tests/ file.test - Replaces a file within a node.
- FileTestHelper::uploadNodeFile in core/
modules/ file/ tests/ file.test - Uploads a file to a node.
- FileTransfer::checkPath in core/
includes/ filetransfer/ filetransfer.inc - Checks that the path is inside the jail and throws an exception if not.
- FileUploadSvgTestCase::testSVGFileUploadValidation in core/
modules/ file/ tests/ file.test - Test SVG upload validation.
- FileUploadTransliterationTest::testTransliteration in core/
modules/ simpletest/ tests/ file.test - FileUploadWizardTestCase::testFileUploadWizardBasic in core/
modules/ file/ tests/ file.test - Test the basic file upload wizard functionality.
- FileUploadWizardTestCase::testFileUploadWizardFields in core/
modules/ file/ tests/ file.test - Test the file upload wizard field step.
- FileUploadWizardTestCase::testFileUploadWizardPrivateFailure in core/
modules/ file/ tests/ file.test - Test the file upload wizard when uploading a private file fails.
- FileUploadWizardTestCase::testFileUploadWizardSchemes in core/
modules/ file/ tests/ file.test - Test the file upload wizard scheme step.
- FileUploadWizardTestCase::testFileUploadWizardStepSkipping in core/
modules/ file/ tests/ file.test - Test skipping each of the file upload wizard steps.
- FileUploadWizardTestCase::testFileUploadWizardTypes in core/
modules/ file/ tests/ file.test - Test the file upload wizard type step.
- FileUsageTestCase::testFileUsagePage in core/
modules/ file/ tests/ file.test - Create a file and verify its usage information.
- file_copy in core/
includes/ file.inc - Copies a file to a new location and adds a file record to the database.
- file_move in core/
includes/ file.inc - Moves a file to a new location and update the file's database entry.
- file_unmanaged_copy in core/
includes/ file.inc - Copies a file to a new location without database changes or hook invocation.
- file_unmanaged_move in core/
includes/ file.inc - Moves a file to a new location without database changes or hook invocation. This is a powerful function that in many ways performs like an advanced version of rename().
- file_unmanaged_prepare in core/
includes/ file.inc - Internal function that prepares the destination for a file_unmanaged_copy or file_unmanaged_move operation.
- file_validate_image_orientation in core/
includes/ file.inc - Check for EXIF orientation data and rotate file if needed.
- FormExampleTestCase::testTutorials in modules/
examples/ form_example/ tests/ form_example.test - Test each tutorial.
- FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced in core/
modules/ simpletest/ tests/ form.test - Tests form_state_values_clean().
- ImageExampleTestCase::testImageExamplePage in modules/
examples/ image_example/ tests/ image_example.test - Tests for image block provided by module.
- ImageFieldDisplayTestCase::testImageFieldDefaultImage in core/
modules/ image/ tests/ image.test - Test use of a default image with an image field.
- ImageFieldTestCase::uploadNodeImage in core/
modules/ image/ tests/ image.test - Upload an image to a node.
- ImageFieldValidateTestCase::testRequiredAlt in core/
modules/ image/ tests/ image.test - Test required alt setting.
- ImageStyleTokenTests::testTokens in core/
modules/ image/ tests/ token.test - Test that the image style tokens exist.
- image_gd_save in core/
modules/ system/ image.gd.inc - GD helper to write an image resource to a destination file.
- installer_manager_download_project in core/
modules/ installer/ installer.manager.inc - Downloads a project given a project url.
- installer_manager_file_get in core/
modules/ installer/ installer.manager.inc - Copies a file from the specified URL to the temporary directory for updates.
- installer_manager_update_ready_form_submit in core/
modules/ installer/ installer.manager.inc - Form submission handler for installer_manager_update_ready_form().
- install_retrieve_file in core/
includes/ install.core.inc - Attempts to get a file using a HTTP request and to store it locally.
- LayoutBlockTest::testHeroBlocks in core/
modules/ layout/ tests/ layout.test - Test Hero blocks.
- system_retrieve_file in core/
modules/ system/ system.module - Attempts to get a file using backdrop_http_request and to store it locally.
- system_transliteration_retroactive in core/
modules/ system/ system.admin.inc - Form builder function; generates retroactive transliteration confirm form.
- TokenUserTestCase::testUserTokens in core/
modules/ simpletest/ tests/ token.test - UpdateCoreTestCase::testGetUpdaterFromDirectory in core/
modules/ update/ tests/ update.test - Test that getUpdaterFromDirectory() gets the right class for core updates.
- Updater::getProjectType in core/
includes/ updater.inc - Return the project type from a Backdrop info file or directory.
- UserPictureTestCase::saveUserPicture in core/
modules/ user/ tests/ user.test - UserPictureTestCase::testDeletePicture in core/
modules/ user/ tests/ user.test - Tests deletion of user pictures.
- _image_source_image_exists in core/
modules/ image/ image.module - Checks whether the provided source image exists.
- _system_site_information_settings_validate_path in core/
modules/ system/ system.admin.inc - Helper function for the system_site_information_settings form.