42 calls to file_load()
- EntityCrudHookTestCase::testFileHooks in modules/
simpletest/ tests/ entity_crud_hook_test.test - Tests hook invocations for CRUD operations on files.
- FileCopyTest::testExistingError in modules/
simpletest/ tests/ file.test - Test that copying over an existing file fails when FILE_EXISTS_ERROR is specified.
- FileCopyTest::testExistingRename in modules/
simpletest/ tests/ file.test - Test renaming when copying over a file that already exists.
- FileCopyTest::testExistingReplace in modules/
simpletest/ tests/ file.test - Test replacement when copying over a file that already exists.
- FileCopyTest::testNormal in modules/
simpletest/ tests/ file.test - Test file copying in the normal, base case.
- FileDeleteTest::testInUse in modules/
simpletest/ tests/ file.test - Tries deleting a file that is in use.
- FileDeleteTest::testUnused in modules/
simpletest/ tests/ file.test - Tries deleting a normal file (as opposed to a directory, symlink, etc).
- FileFieldTestCase::assertFileEntryExists in modules/
file/ tests/ file.test - Asserts that a file exists in the database.
- FileFieldTestCase::assertFileEntryNotExists in modules/
file/ tests/ file.test - Asserts that a file does not exist in the database.
- FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit in modules/
file/ tests/ file.test - Helper for testing exploiting the temporary file removal using fid.
- FileLoadTest::testLoadMissingFid in modules/
simpletest/ tests/ file.test - Try to load a non-existent file by fid.
- FileLoadTest::testSingleValues in modules/
simpletest/ tests/ file.test - Load a single file and ensure that the correct values are returned.
- FileMoveTest::testExistingError in modules/
simpletest/ tests/ file.test - Test that moving onto an existing file fails when FILE_EXISTS_ERROR is specified.
- FileMoveTest::testExistingRename in modules/
simpletest/ tests/ file.test - Test renaming when moving onto a file that already exists.
- FileMoveTest::testExistingReplace in modules/
simpletest/ tests/ file.test - Test replacement when moving onto a file that already exists.
- FileMoveTest::testExistingReplaceSelf in modules/
simpletest/ tests/ file.test - Test replacement when moving onto itself.
- FileMoveTest::testNormal in modules/
simpletest/ tests/ file.test - Move a normal file.
- FilePrivateTestCase::testPrivateFile in modules/
file/ tests/ file.test - Tests file access for file uploaded to a private node.
- FileSaveDataTest::testExistingError in modules/
simpletest/ tests/ file.test - Test that file_save_data() fails overwriting an existing file.
- FileSaveDataTest::testExistingRename in modules/
simpletest/ tests/ file.test - Test file_save_data() when renaming around an existing file.
- FileSaveDataTest::testExistingReplace in modules/
simpletest/ tests/ file.test - Test file_save_data() when replacing an existing file.
- 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.
- FileSaveUploadTest::testNormal in modules/
simpletest/ tests/ file.test - Test the file_save_upload() function.
- FileTokenReplaceTestCase::testFileTokenReplacement in modules/
file/ tests/ file.test - Creates a file, then tests the tokens generated from it.
- file_field_presave in modules/
file/ file.field.inc - Implements hook_field_presave().
- file_managed_file_process in modules/
file/ file.module - Process function to expand the managed_file element type.
- file_managed_file_validate in modules/
file/ file.module - An #element_validate callback for the managed_file element.
- file_managed_file_value in modules/
file/ file.module - The #value_callback for a managed_file type element.
- hook_field_prepare_view in modules/
field/ field.api.php - Prepare field values prior to display.
- ImageFieldDisplayTestCase::testImageFieldDefaultImage in modules/
image/ image.test - Test use of a default image with an image field.
- ImageFieldDisplayTestCase::testMissingImageFieldDisplay in modules/
image/ image.test - Tests the display of image field with the missing FID.
- ImageStylesHTTPHeadersTestCase::_testImageStyleUrlAndPath in modules/
image/ image.test - Function to scale and test.
- image_field_delete_field in modules/
image/ image.module - Implements hook_field_delete_field().
- image_field_delete_instance in modules/
image/ image.module - Implements hook_field_delete_instance().
- image_field_prepare_view in modules/
image/ image.field.inc - Implements hook_field_prepare_view().
- 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().
- system_cron in modules/
system/ system.module - Implements hook_cron().
- TaxonomyPrivateFileTestCase::testTaxonomyImageAccess in modules/
taxonomy/ taxonomy.test - Tests access to a private file on a taxonomy term entity.
- template_preprocess_user_picture in modules/
user/ user.module - Process variables for user-picture.tpl.php.
- UserPictureTestCase::testDeletePicture in modules/
user/ user.test - Tests deletion of user pictures.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.