constant SCALD_ATOM_ACCESS_ALLOW in Scald: Media Management made easy 7
Modules should return this value from hook_scald_atom_access() to allow access to an atom.
3 uses of SCALD_ATOM_ACCESS_ALLOW
- 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.
- scald_scald_atom_access in ./
scald.module - Implements hook_scald_atom_access().
File
- includes/
scald.constants.inc, line 63 - Scald Constants
Code
define('SCALD_ATOM_ACCESS_ALLOW', TRUE);