- 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_get_favicon in core/
includes/ common.inc - Gets the file location and mime type for site favicon.
- backdrop_get_logo in core/
includes/ common.inc - Gets the site logo.
- backdrop_pre_render_scripts in core/
includes/ common.inc - #pre_render callback to add the elements needed for JavaScript tags to be rendered.
- backdrop_pre_render_styles in core/
includes/ common.inc - Pre-render callback: Adds the elements needed for CSS tags to be rendered.
- BlockHero::formSubmit in core/
modules/ layout/ includes/ block.hero.inc - Submit handler to save the form settings.
- 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.
- ColorTestCase::testColor in core/
modules/ color/ tests/ color.test - Tests the Color module functionality.
- CommonCascadingStylesheetsTestCase::testRenderFile in core/
modules/ simpletest/ tests/ common.test - Tests rendering the stylesheets.
- CommonCascadingStylesheetsTestCase::testRenderStylesAttributes in core/
modules/ simpletest/ tests/ common.test - Test CSS Styles with attributes rendering.
- CommonJavaScriptTestCase::testAggregatedAttributes in core/
modules/ simpletest/ tests/ common.test - Tests that attributes are maintained when JS aggregation is enabled.
- CommonJavaScriptTestCase::testAggregation in core/
modules/ simpletest/ tests/ common.test - Test JavaScript grouping and aggregation.
- CommonJavaScriptTestCase::testAttributes in core/
modules/ simpletest/ tests/ common.test - Tests adding JavaScript files with additional attributes.
- CommonJavaScriptTestCase::testDeprecatedBrowserConditionalComments in core/
modules/ simpletest/ tests/ common.test - Test deprecated conditional comments are no longer output.
- CustomLogoTestCase::testCustomLogo in core/
modules/ system/ tests/ system.test - Test the use of a custom logo.
- FileAccessTestCase::testFilePrivateDownloadAccess in core/
modules/ file/ tests/ file.test - Test to see if we have access to download private files when granted the permissions.
- FileDownloadTest::checkUrl in core/
modules/ simpletest/ tests/ file.test - Download a file from the URL generated by file_create_url().
- FileDownloadTest::testPrivateFileTransfer in core/
modules/ simpletest/ tests/ file.test - Test the private file transfer system.
- FileDownloadTest::testPublicFileTransfer in core/
modules/ simpletest/ tests/ file.test - Test the public file transfer system.
- FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit in core/
modules/ file/ tests/ file.test - Helper for testing exploiting the temporary file removal using fid.
- FileFieldWidgetTestCase::testPrivateFileComment in core/
modules/ file/ tests/ file.test - Tests that download restrictions on private files work on comments.
- FileFieldWidgetTestCase::testPrivateFileSetting in core/
modules/ file/ tests/ file.test - Tests a file field with a "Private files" upload destination setting.
- FileFieldWidgetTestCase::testSingleValuedWidget in core/
modules/ file/ tests/ file.test - Tests upload and remove buttons for a single-valued File field.
- FilePrivateTestCase::testPrivateFile in core/
modules/ file/ tests/ file.test - Tests file access for file uploaded to a private node.
- FilePrivateTestCase::testPrivateFileDownloadAccessGranted in core/
modules/ file/ tests/ file.test - Tests file access for private nodes when file download access is granted.
- FileTokenReplaceTestCase::testFileTokenReplacement in core/
modules/ file/ tests/ file.test - Creates a file, then tests the tokens generated from it.
- FileURLRewritingTest::testPublicCreatedFileURL in core/
modules/ simpletest/ tests/ file.test - Test the generating of rewritten public created file URLs.
- FileURLRewritingTest::testShippedFileURL in core/
modules/ simpletest/ tests/ file.test - Test the generating of rewritten shipped file URLs.
- file_download_page in core/
modules/ file/ file.pages.inc - Menu callback; download a single file entity.
- file_example_managed_write_submit in modules/
examples/ file_example/ file_example.module - Submit handler to write a managed file.
- file_example_read_submit in modules/
examples/ file_example/ file_example.module - Submit handler for reading a stream wrapper.
- file_example_unmanaged_php_submit in modules/
examples/ file_example/ file_example.module - Submit handler to write an unmanaged file using plain PHP functions.
- file_example_unmanaged_write_submit in modules/
examples/ file_example/ file_example.module - Submit handler to write an unmanaged file.
- file_field_formatter_view in core/
modules/ file/ file.field.inc - Implements hook_field_formatter_view().
- file_multiple_delete_confirm in core/
modules/ file/ file.pages.inc - Multiple file deletion confirmation form.
- filter_format_editor_image_form_submit in core/
modules/ filter/ filter.pages.inc - Submit handler for filter_format_editor_image_form().
- filter_format_editor_link_form_submit in core/
modules/ filter/ filter.pages.inc - Submit handler for filter_format_editor_link_form().
- hook_file_transfer in core/
modules/ file/ file.api.php - React to a file being downloaded.
- ImageFieldDefaultImagesTestCase::testDefaultImages in core/
modules/ image/ tests/ image.test - Tests CRUD for fields and fields instances with default images.
- ImageFieldDisplayTestCase::_testImageFieldFormatters in core/
modules/ image/ tests/ image.test - Test image formatters on node display.
- image_field_formatter_view in core/
modules/ image/ image.field.inc - Implements hook_field_formatter_view().
- image_field_instance_settings_form in core/
modules/ image/ image.field.inc - Implements hook_field_instance_settings_form().
- image_field_settings_form in core/
modules/ image/ image.field.inc - Implements hook_field_settings_form().
- image_style_url in core/
modules/ image/ image.module - Return the URL for an image derivative given a style and image path.
- path_autocomplete in core/
modules/ system/ system.module - Menu callback; Autocomplete callback for paths.
- RetrieveFileTestCase::testFileRetrieving in core/
modules/ system/ tests/ system.test - Invokes system_retrieve_file() in several scenarios.
- SimpleTestFunctionalTest::getTestResults in core/
modules/ simpletest/ tests/ simpletest.test - Get the results from a test and store them in the class array $results.
- system_tokens in core/
modules/ system/ system.tokens.inc - Implements hook_tokens().
- system_transliteration_retroactive in core/
modules/ system/ system.admin.inc - Form builder function; generates retroactive transliteration confirm form.
- template_preprocess_ckeditor5_settings_toolbar in core/
modules/ ckeditor5/ ckeditor5.theme.inc - Preprocess variables for theme_ckeditor5_settings_toolbar().
- template_preprocess_ckeditor_settings_toolbar in core/
modules/ ckeditor/ ckeditor.theme.inc - Preprocess variables for theme_ckeditor_settings_toolbar().
- template_preprocess_image in core/
includes/ theme.inc - Preprocess variables for theme_image().
- theme_file_audio in core/
modules/ file/ file.theme.inc - Returns HTML for displaying an HTML5 <audio> tag.
- theme_file_link in core/
modules/ file/ file.theme.inc - Returns HTML for a link to a file.
- theme_file_video in core/
modules/ file/ file.theme.inc - Returns HTML for displaying an HTML5 <video> tag.
- theme_image_button in core/
includes/ form.inc - Returns HTML for an image button form element.
- theme_image_style_preview in core/
modules/ image/ image.theme.inc - Returns HTML for a preview of an image style.
- TokenNodeTestCase::testNodeTokens in core/
modules/ simpletest/ tests/ token.test - UserPictureTestCase::testExternalPicture in core/
modules/ user/ tests/ user.test - Test HTTP schema working with user pictures.
- ViewsUIWizardJumpMenuTestCase::createFileAndGetPath in core/
modules/ views/ tests/ views_ui.test - Helper function to create a file and return its expected path.
- views_handler_field_file::render_link in core/
modules/ file/ views/ views_handler_field_file.inc - Render whatever the data is as a link to the file.
- views_handler_field_file_uri::render in core/
modules/ file/ views/ views_handler_field_file_uri.inc - Render the field.
- _installer_browser_batch_install_release in core/
modules/ installer/ installer.browser.inc - Batch API callback: Installs a single release of a project during batch.