function ckeditor_link_perm in CKEditor Link 6
Same name and namespace in other branches
- 6.2 ckeditor_link.module \ckeditor_link_perm()
Implementation of hook_perm().
File
- ./
ckeditor_link.module, line 22 - Written by Henri MEDOT <henri.medot[AT]absyx[DOT]fr> http://www.absyx.fr
Code
function ckeditor_link_perm() {
return array(
'access ckeditor link',
);
}