- BackdropUnitTestCase::setUp in core/
modules/ simpletest/ backdrop_web_test_case.php - Sets up unit test environment.
- BackdropWebTestCase::prepareEnvironment in core/
modules/ simpletest/ backdrop_web_test_case.php - Prepares the current environment for running the test.
- backdrop_build_css_cache in core/
includes/ common.inc - Aggregates and optimizes CSS files into a cache file in the files directory.
- backdrop_build_js_cache in core/
includes/ common.inc - Aggregates JavaScript files into a cache file in the files directory.
- ckeditor5_image_upload in core/
modules/ ckeditor5/ ckeditor5.pages.inc - Menu callback; Saves images uploaded via copy/paste into the editor.
- ckeditor_image_upload in core/
modules/ ckeditor/ ckeditor.pages.inc - Menu callback; Saves images uploaded via copy/paste into the editor.
- color_save_configuration in core/
modules/ color/ color.module - Generates the necessary CSS and images based on a color palette.
- ConfigDatabaseStorage::exportArchive in core/
includes/ config.inc - Export an archive of configuration files from the config storage managed by this object.
- ConfigDatabaseStorage::importArchive in core/
includes/ config.inc - Import an archive of configuration files into the config storage managed by this object.
- ConfigFileStorage::initializeStorage in core/
includes/ config.inc - Create a configuration directory, if it does not already exist, and ensure it is writable by the site. Additionally, protect it with a .htaccess file.
- ConfigurationUITest::testFullImportValidation in core/
modules/ config/ tests/ config.test - Test full import validation.
- FileDirectoryTest::testFileCheckDirectoryHandling in core/
modules/ simpletest/ tests/ file.test - Test directory handling functions.
- FileDownloadTest::checkUrl in core/
modules/ simpletest/ tests/ file.test - Download a file from the URL generated by file_create_url().
- file_add_form_submit in core/
modules/ file/ file.pages.inc - Submit handler for the add file form.
- file_example_create_directory_submit in modules/
examples/ file_example/ file_example.module - Submit handler for directory creation.
- file_managed_file_save_upload in core/
modules/ file/ file.module - Saves any files that have been uploaded into a managed_file element.
- file_manage_form_submit in core/
modules/ file/ file.pages.inc - Form submission handler for the 'Save' button for file_manage_form().
- file_unmanaged_prepare in core/
includes/ file.inc - Internal function that prepares the destination for a file_unmanaged_copy or file_unmanaged_move operation.
- hook_file_download in core/
modules/ system/ system.api.php - Control access to private file downloads and specify HTTP headers.
- ImageStylesPathAndUrlUnitTest::_testImageStyleUrlAndPath in core/
modules/ image/ tests/ image.test - Test image_style_url().
- ImageToolkitGdTestCase::testManipulations in core/
modules/ simpletest/ tests/ image.test - Since PHP can't visually check that our images have been manipulated properly, build a list of expected color values for each of the corners and the expected height and widths for the final images.
- image_field_update_field in core/
modules/ image/ image.module - Implements hook_field_update_field().
- image_field_update_instance in core/
modules/ image/ image.module - Implements hook_field_update_instance().
- image_install in core/
modules/ image/ image.install - Implements hook_install().
- image_style_create_derivative in core/
modules/ image/ image.module - Creates a new image derivative based on an image style.
- InstallerLanguageTestCase::setUp in core/
modules/ simpletest/ tests/ installer.test - Sets up a Backdrop site for running functional and integration tests.
- install_check_translation_download in core/
includes/ install.core.inc - Checks installation requirements, downloads a translation, and reports any errors.
- LocaleImportFunctionalTest::setUp in core/
modules/ locale/ tests/ locale.test - Sets up a Backdrop site for running functional and integration tests.
- SimpleTestFolderTestCase::testFolderSetup in core/
modules/ simpletest/ tests/ simpletest.test - simpletest_verbose in core/
modules/ simpletest/ backdrop_web_test_case.php - Logs verbose message in a text file.
- standard_install in core/
profiles/ standard/ standard.install - Implements hook_install().
- system_requirements in core/
modules/ system/ system.install - Implements hook_requirements().
- TokenUserTestCase::setUp in core/
modules/ simpletest/ tests/ token.test - Sets up a Backdrop site for running functional and integration tests.
- UserPictureTestCase::setUp in core/
modules/ user/ tests/ user.test - Sets up a Backdrop site for running functional and integration tests.
- UserStorageController::preSave in core/
modules/ user/ user.entity.inc - Overrides EntityDatabaseStorageController::preSave().
- user_admin_settings in core/
modules/ user/ user.admin.inc - Form builder; Configure user settings for this site.
- _file_test_form_submit in core/
modules/ simpletest/ tests/ file_test.module - Process the upload.
- _image_field_default_image_validate in core/
modules/ image/ image.field.inc - Element validation function for setting a default image.
- _locale_rebuild_js in core/
includes/ locale.inc - (Re-)Creates the JavaScript translation file for a language.