Related topics

Namesort iconDescription
File interfaceCommon file handling functions.

Functions that call file_copy()

Namesort iconLocationDescription
color_scheme_form_submitdrupal/modules/color/color.moduleSubmit handler for color change form.
file_movedrupal/includes/file.incMove a file to a new location and update the file's database entry.
system_theme_settingsdrupal/modules/system/system.admin.incForm builder; display theme configuration for entire site and individual themes.

Functions called by file_copy()

Namesort iconLocationDescription
drupal_set_messagedrupal/includes/bootstrap.incSet a message which reflects the status of the performed operation.
file_check_pathdrupal/includes/file.incChecks path to see if it is a directory, or a directory/file.
file_create_pathdrupal/includes/file.incMake sure the destination is a complete path and resides in the file system directory, if it is not prepend the file system directory.
file_destinationdrupal/includes/file.incDetermines the destination path for a file depending on how replacement of existing files should be handled.
file_savedrupal/includes/file.incSave a file object to the database.
file_unmanaged_copydrupal/includes/file.incCopy a file to a new location without calling any hooks or making any changes to the database.
module_invoke_alldrupal/includes/module.incInvoke a hook in all enabled modules that implement it.
tdrupal/includes/common.incTranslate strings to the page language or a given language.
watchdogdrupal/includes/bootstrap.incLog a system message.