- BackdropLocalStreamWrapper::getLocalPath in core/
includes/ stream_wrappers.inc - Returns the canonical absolute path of the URI, if possible.
- BackdropLocalStreamWrapper::getMimeType in core/
includes/ stream_wrappers.inc - Base implementation of getMimeType().
- backdrop_get_css in core/
includes/ common.inc - Returns a themed representation of all stylesheets to attach to the page.
- backdrop_tempnam in core/
includes/ file.inc - Creates a file with a unique filename in the specified directory.
- color_css_alter in core/
modules/ color/ color.module - Implements hook_css_alter().
- color_get_info in core/
modules/ color/ color.module - Retrieves the Color module information for a particular theme.
- color_save_configuration in core/
modules/ color/ color.module - Generates the necessary CSS and images based on a color palette.
- CommonSimpleTestErrorCollectorTestCase::assertError in core/
modules/ simpletest/ tests/ common.test - Assert that a collected error matches what we are expecting.
- drupal_basename in core/
includes/ drupal.inc - Gets the filename from a given path.
- File::__construct in core/
modules/ file/ file.entity.inc - Constructor for file entities.
- 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.
- FileSaveDataTest::testWithFilename in core/
modules/ simpletest/ tests/ file.test - Test the file_save_data() function when a filename is provided.
- FileSaveDataTest::testWithoutFilename in core/
modules/ simpletest/ tests/ file.test - Test the file_save_data() function when no filename is provided.
- FileSaveUploadTest::testNormal in core/
modules/ simpletest/ tests/ file.test - Test the file_save_upload() function.
- FileTestCase::createFile in core/
modules/ simpletest/ tests/ file.test - Create a file and save it to the files table and assert that it occurs correctly.
- FileTestHelper::createFile in core/
modules/ file/ tests/ file.test - Create file
- FileTransfer::copyDirectoryJailed in core/
includes/ filetransfer/ filetransfer.inc - Copies a directory.
- FileTransfer::findChroot in core/
includes/ filetransfer/ filetransfer.inc - Returns the chroot property for this connection.
- FileUnmanagedSaveDataTest::testFileSaveData in core/
modules/ simpletest/ tests/ file.test - Test the file_unmanaged_save_data() function.
- FileValidatorTest::setUp in core/
modules/ simpletest/ tests/ file.test - file_copy in core/
includes/ file.inc - Copies a file to a new location and adds a file record to the database.
- file_destination in core/
includes/ file.inc - Determines the destination path for a file.
- file_manage_form_submit in core/
modules/ file/ file.pages.inc - Form submission handler for the 'Save' button for file_manage_form().
- file_move in core/
includes/ file.inc - Moves a file to a new location and update the file's database entry.
- file_save_data in core/
includes/ file.inc - Saves a file to the specified destination and creates a database entry.
- file_save_upload in core/
includes/ file.inc - Saves a file upload to a new location.
- file_unmanaged_prepare in core/
includes/ file.inc - Internal function that prepares the destination for a file_unmanaged_copy or file_unmanaged_move operation.
- ImageDimensionsUnitTest::testImageDimensions in core/
modules/ image/ tests/ image.test - Test styled image dimensions cumulatively.
- ImageStylesPathAndUrlUnitTest::_testImageStyleUrlAndPath in core/
modules/ image/ tests/ image.test - Test image_style_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_verify_update_archive in core/
modules/ installer/ installer.module - Implements hook_verify_update_archive().
- install_retrieve_file in core/
includes/ install.core.inc - Attempts to get a file using a HTTP request and to store it locally.
- locale_translate_batch_import in core/
modules/ locale/ locale.bulk.inc - Perform interface translation import as a batch step.
- simpletest_result_form in core/
modules/ simpletest/ simpletest.pages.inc - Test results form for $test_id.
- 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.
- system_transliteration_retroactive_submit in core/
modules/ system/ system.admin.inc - Form submit function; retroactively transliterates existing file names.
- Updater::findInfoFile in core/
includes/ updater.inc - Figure out what the most important (or only) info file is in a directory.
- Updater::getProjectName in core/
includes/ updater.inc - Get the name of the project directory (basename).
- _color_get_file_path in core/
modules/ color/ color.module - Finds the original file path of a CSS file from the color configuration.
- _color_get_theme_from_file in core/
modules/ color/ color.module - Finds which theme a CSS file came from.