You are here

function ckeditor_link_perm in CKEditor Link 6.2

Same name and namespace in other branches
  1. 6 ckeditor_link.module \ckeditor_link_perm()

Implementation of hook_perm().

File

./ckeditor_link.module, line 12
Written by Henri MEDOT <henri.medot[AT]absyx[DOT]fr> http://www.absyx.fr

Code

function ckeditor_link_perm() {
  return array(
    'access ckeditor link',
    'administer ckeditor link',
  );
}