hook_file_download
Related topics
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
Functions that call hook_file_download()
| Name | Location | Description |
|---|---|---|
| hook_file_download | developer/hooks/core.php | Allow file downloads. |
Functions called by hook_file_download()
| Name | Location | Description |
|---|---|---|
| db_query | includes/database.inc | Runs a basic query in the active database. |
| db_result | includes/database.pgsql.inc | Return an individual result field from the previous query. |
| file_create_path | includes/file.inc | Make sure the destination is a complete path and resides in the file system directory, if it is not prepend the file system directory. |
| hook_file_download | developer/hooks/core.php | Allow file downloads. |
| user_access | modules/user/user.module | Determine whether the user has a given privilege. |
