function editor_perm in Editor 6
Same name and namespace in other branches
- 5 editor.module \editor_perm()
Implementation of hook_perm();
@todo: implement. access should also check on callbacks as well
File
- ./
editor.module, line 51 - Extendable WYSIWYG editor @author Tj Holowaychuk <http://www.350designs.com/> @package Editor
Code
function editor_perm() {
return array(
'administer editor',
'access editor',
);
}