You are here

constant FILE_ENTITY_ACCESS_IGNORE in File Entity (fieldable files) 7.2

Same name and namespace in other branches
  1. 7.3 file_entity.module \FILE_ENTITY_ACCESS_IGNORE

Modules should return this value from hook_file_entity_access() to not affect file access.

2 uses of FILE_ENTITY_ACCESS_IGNORE
file_entity_file_entity_access in ./file_entity.module
Implements hook_file_entity_access().
hook_file_entity_access in ./file_entity.api.php
Control access to a file.

File

./file_entity.module, line 24
Extends Drupal file entities to be fieldable and viewable.

Code

define('FILE_ENTITY_ACCESS_IGNORE', NULL);