function geshinode_perm in GeSHi Filter for syntax highlighting 6
Same name and namespace in other branches
- 5.2 geshinode.module \geshinode_perm()
Implementation of hook_perm().
File
- ./
geshinode.module, line 53 - Implementation of a GeSHi node.
Code
function geshinode_perm() {
return array(
'create source code node',
'edit source code node',
'edit own source code node',
);
}