Modules should return this value from hook_file_access() to allow access to a file.
File
- modules/
file/ file.module, line 11 - Defines a "managed_file" Form API field and a "file" field for Field module.
Code
define('FILE_ACCESS_ALLOW', 'allow')
Modules should return this value from hook_file_access() to allow access to a file.
define('FILE_ACCESS_ALLOW', 'allow')