14 calls to file_load_multiple()

FileLoadTest::testLoadInvalidStatus in drupal-7.x/modules/simpletest/tests/file.test
Try to load a non-existent file by status.
FileLoadTest::testLoadMissingFilepath in drupal-7.x/modules/simpletest/tests/file.test
Try to load a non-existent file by URI.
FileLoadTest::testMultiple in drupal-7.x/modules/simpletest/tests/file.test
This will test loading file data from the database.
FileSaveUploadTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
Test the file_save_upload() function.
file_copy in drupal-7.x/includes/file.inc
Copies a file to a new location and adds a file record to the database.
file_field_load in drupal-7.x/modules/file/file.field.inc
Implements hook_field_load().
file_file_download in drupal-7.x/modules/file/file.module
Implements hook_file_download().
file_load in drupal-7.x/includes/file.inc
Loads a single file object from the database.
file_move in drupal-7.x/includes/file.inc
Moves a file to a new location and update the file's database entry.
file_save_data in drupal-7.x/includes/file.inc
Saves a file to the specified destination and creates a database entry.
file_save_upload in drupal-7.x/includes/file.inc
Saves a file upload to a new location.
image_file_download in drupal-7.x/modules/image/image.module
Implements hook_file_download().
UserController::attachLoad in drupal-7.x/modules/user/user.module
Attaches data to entities upon loading.
user_update_7012 in drupal-7.x/modules/user/user.install
Add the user's pictures to the {file_managed} table and make them managed files.