function scald_perm in Scald: Media Management made easy 6
Implementation of hook_perm().
NOTE: Scald Actions permissions are *not* assigned using the normal Drupal permissions interface. Instead they are managed separately through the Scald Admin Interface. Actions are assigned to Drupal User Roles there.
File
- ./
scald.module, line 2630
Code
function scald_perm() {
return array(
'administer scald',
// Grants access to the Scald Admin Interface
'use scald',
);
}