function export_perm in Node export 5
Same name and namespace in other branches
- 5.2 export.module \export_perm()
- 6 export.module \export_perm()
Implementation of hook_perm().
File
- ./
export.module, line 20
Code
function export_perm() {
return array(
'export node',
'export own nodes',
'import nodes',
);
}