function photoswipe_perm in PhotoSwipe 6
Implementation of hook_perm().
File
- ./
photoswipe.module, line 107
Code
function photoswipe_perm() {
return array(
'administer photoswipe',
);
}
Implementation of hook_perm().
function photoswipe_perm() {
return array(
'administer photoswipe',
);
}