Search for hook_file

NameLocationDescription
hook_file_copymodules/system/system.api.phpRespond to a file that has been copied.
hook_file_deletemodules/system/system.api.phpRespond to a file being deleted.
hook_file_downloadmodules/system/system.api.phpControl access to private file downloads and specify HTTP headers.
hook_file_insertmodules/system/system.api.phpRespond to a file being added.
hook_file_loadmodules/system/system.api.phpLoad additional information into file objects.
hook_file_movemodules/system/system.api.phpRespond to a file that has been moved.
hook_file_referencesmodules/system/system.api.phpReport the number of times a file is referenced by a module.
hook_file_updatemodules/system/system.api.phpRespond to a file being updated.
hook_file_validatemodules/system/system.api.phpCheck that files meet a given criteria.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.