function admin_menu_perm in Administration menu 5
Same name and namespace in other branches
- 5.3 admin_menu.module \admin_menu_perm()
- 5.2 admin_menu.module \admin_menu_perm()
- 6.3 admin_menu.module \admin_menu_perm()
- 6 admin_menu.module \admin_menu_perm()
Implementation of hook_perm().
File
- ./
admin_menu.module, line 16
Code
function admin_menu_perm() {
return array(
'access administration menu',
);
}