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