Related topics

Namesort iconDescription
File interfaceCommon file handling functions.

Functions that call file_delete()

Namesort iconLocationDescription
fileupload_deletecontributions/docs/developer/examples/fileupload.moduleImplementation of hook_delete().
fileupload_updatecontributions/docs/developer/examples/fileupload.moduleImplementation of hook_update().
file_movedrupal/includes/file.incMove a file to a new location and update the file's database entry.
hook_nodeapi_delete_revisiondrupal/modules/node/node.api.phpA revision of the node is deleted.
simpletest_clean_temporary_directorydrupal/modules/simpletest/simpletest.moduleRemove all files from specified directory and then remove directory.
system_crondrupal/modules/system/system.moduleImplementation of hook_cron().
upload_nodeapi_deletedrupal/modules/upload/upload.moduleImplementation of hook_nodeapi_delete().
upload_nodeapi_delete_revisiondrupal/modules/upload/upload.moduleImplementation of hook_nodeapi_delete_revision().
_locale_rebuild_jsdrupal/includes/locale.inc(Re-)Creates the JavaScript translation file for a language.

Functions called by file_delete()

Namesort iconLocationDescription
db_deletedrupal/includes/database/database.incReturns a new DeleteQuery object for the active database.
file_unmanaged_deletedrupal/includes/file.incDelete a file 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.