- backdrop_build_css_cache in includes/
common.inc - Aggregates and optimizes CSS files into a cache file in the files directory.
- backdrop_build_js_cache in includes/
common.inc - Aggregates JavaScript files into a cache file in the files directory.
- BackdropUnitTestCase::setUp in modules/
simpletest/ backdrop_web_test_case.php - Sets up unit test environment.
- BackdropWebTestCase::prepareEnvironment in modules/
simpletest/ backdrop_web_test_case.php - Prepares the current environment for running the test.
- ckeditor_image_upload in modules/
ckeditor/ ckeditor.pages.inc - Menu callback; Saves images uploaded via copy/paste into the editor.
- color_save_configuration in modules/
color/ color.module - Generates the necessary CSS and images based on a color palette.
- ConfigDatabaseStorage::exportArchive in drivers/
config_database/ config_database_storage.inc - Export an archive of configuration files from the config storage managed by this object.
- ConfigFileStorage::initializeStorage in drivers/
config_file/ config_file_storage.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 modules/
config/ tests/ config.test - Test full import validation.
- FileDirectoryTest::testFileCheckDirectoryHandling in modules/
simpletest/ tests/ file.test - Test directory handling functions.
- FileDownloadTest::checkUrl in modules/
simpletest/ tests/ file.test - Download a file from the URL generated by file_create_url().
- file_managed_file_save_upload in modules/
file/ file.module - Saves any files that have been uploaded into a managed_file element.
- file_manage_form_submit in modules/
file/ file.pages.inc - Form submission handler for the 'Save' button for file_manage_form().
- file_prepare_directory in includes/
file.inc - Checks that the directory exists and is writable.
- _file_test_form_submit in modules/
simpletest/ tests/ file_test.module - Process the upload.
- _image_field_default_image_validate in modules/
image/ image.field.inc - Element validation function for setting a default image.
- image_field_update_field in modules/
image/ image.module - Implements hook_field_update_field().
- image_field_update_instance in modules/
image/ image.module - Implements hook_field_update_instance().
- image_install in modules/
image/ image.install - Implements hook_install().
- image_style_create_derivative in modules/
image/ image.module - Creates a new image derivative based on an image style.
- ImageStylesPathAndUrlUnitTest::_testImageStyleUrlAndPath in modules/
image/ tests/ image.test - Test image_style_url().
- ImageToolkitGdTestCase::testManipulations in 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.
- InstallerLanguageTestCase::setUp in modules/
simpletest/ tests/ installer.test - Sets up a Backdrop site for running functional and integration tests.
- LocaleImportFunctionalTest::setUp in modules/
locale/ tests/ locale.test - Sets up a Backdrop site for running functional and integration tests.
- _locale_rebuild_js in includes/
locale.inc - (Re-)Creates the JavaScript translation file for a language.
- simpletest_verbose in modules/
simpletest/ backdrop_web_test_case.php - Logs verbose message in a text file.
- system_requirements in modules/
system/ system.install - Implements hook_requirements().
- TokenUserTestCase::setUp in modules/
simpletest/ tests/ token.test - Sets up a Backdrop site for running functional and integration tests.
- user_admin_settings in modules/
user/ user.admin.inc - Form builder; Configure user settings for this site.
- UserPictureTestCase::setUp in modules/
user/ tests/ user.test - Sets up a Backdrop site for running functional and integration tests.
- UserStorageController::preSave in modules/
user/ user.entity.inc - Overrides EntityDatabaseStorageController::preSave().