function views_perm in Views (for Drupal 7) 5
Same name and namespace in other branches
- 6.3 views.module \views_perm()
- 6.2 views.module \views_perm()
Implementation of hook_perm
File
- ./
views.module, line 285
Code
function views_perm() {
return array(
'access all views',
);
}