You are here

function mediafront_preset_perm in MediaFront 6.2

Same name and namespace in other branches
  1. 6 includes/mediafront.preset.inc \mediafront_preset_perm()

Implements hook_perm().

1 call to mediafront_preset_perm()
mediafront_perm in ./mediafront.module
Implements hook_perm().

File

includes/mediafront.preset.inc, line 7

Code

function mediafront_preset_perm() {
  return array(
    'administer mediafront presets',
  );
}