You are here

function photoswipe_perm in PhotoSwipe 6

Implementation of hook_perm().

File

./photoswipe.module, line 107

Code

function photoswipe_perm() {
  return array(
    'administer photoswipe',
  );
}