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