constant SCALD_ATOM_ACCESS_DENY in Scald: Media Management made easy 7
Modules should return this value from hook_scald_atom_access() to deny access to an atom.
2 uses of SCALD_ATOM_ACCESS_DENY
- scald_action_permitted in ./
scald.module - Determines if a given User can act on a given Atom in a given way.
- scald_invoke_atom_access in ./
scald.module - Invokes the hook_scald_atom_access() and collects the results.
File
- includes/
scald.constants.inc, line 69 - Scald Constants
Code
define('SCALD_ATOM_ACCESS_DENY', FALSE);