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