function block_refresh_perm in Block Refresh 6
Same name and namespace in other branches
- 5 block_refresh.module \block_refresh_perm()
Implementation of hook_perm() Add permission for accessing auto/manually refreshed block content
File
- ./
block_refresh.module, line 23
Code
function block_refresh_perm() {
return array(
'access block refresh content',
);
}