function ctools_custom_content_perm in Chaos Tool Suite (ctools) 6
Implementation of hook_perm()
File
- ctools_custom_content/
ctools_custom_content.module, line 18 - ctools_custom_content module
Code
function ctools_custom_content_perm() {
return array(
'administer custom content',
);
}